From 5ae0fc7d19dbd3ccfeae5b2fef34c34da552e4bf Mon Sep 17 00:00:00 2001 From: grubert Date: Wed, 25 Jun 2008 20:14:45 +0000 Subject: [PATCH] Release 0.5: set version number to 0.6 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5582 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/__init__.py | 2 +- setup.py | 2 +- test/functional/expected/compact_lists.html | 2 +- test/functional/expected/dangerous.html | 2 +- test/functional/expected/field_name_limit.html | 2 +- test/functional/expected/misc_rst_html4css1.html | 2 +- test/functional/expected/pep_html.html | 2 +- test/functional/expected/standalone_rst_html4css1.html | 2 +- test/functional/expected/standalone_rst_s5_html_1.html | 2 +- test/functional/expected/standalone_rst_s5_html_2.html | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docutils/__init__.py b/docutils/__init__.py index 6991f3643..eca962fca 100644 --- a/docutils/__init__.py +++ b/docutils/__init__.py @@ -49,7 +49,7 @@ Subpackages: __docformat__ = 'reStructuredText' -__version__ = '0.5' +__version__ = '0.6' """``major.minor.micro`` version number. The micro number is bumped for API changes, for new functionality, and for interim project releases. The minor number is bumped whenever there is a significant project release. The major diff --git a/setup.py b/setup.py index ab4b23d5b..4373789c9 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 'url': 'http://docutils.sourceforge.net/', - 'version': '0.5', + 'version': '0.6', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', diff --git a/test/functional/expected/compact_lists.html b/test/functional/expected/compact_lists.html index 60f1e059e..f3a3c1f3e 100644 --- a/test/functional/expected/compact_lists.html +++ b/test/functional/expected/compact_lists.html @@ -3,7 +3,7 @@ - + diff --git a/test/functional/expected/dangerous.html b/test/functional/expected/dangerous.html index a44ae2b71..d0661d72d 100644 --- a/test/functional/expected/dangerous.html +++ b/test/functional/expected/dangerous.html @@ -3,7 +3,7 @@ - + diff --git a/test/functional/expected/field_name_limit.html b/test/functional/expected/field_name_limit.html index acc2eec9c..87d25ce24 100644 --- a/test/functional/expected/field_name_limit.html +++ b/test/functional/expected/field_name_limit.html @@ -3,7 +3,7 @@ - + diff --git a/test/functional/expected/misc_rst_html4css1.html b/test/functional/expected/misc_rst_html4css1.html index 6b55bbd1b..754f4c3e3 100644 --- a/test/functional/expected/misc_rst_html4css1.html +++ b/test/functional/expected/misc_rst_html4css1.html @@ -3,7 +3,7 @@ - + diff --git a/test/functional/expected/pep_html.html b/test/functional/expected/pep_html.html index f5ad7b440..eb1f6b37b 100644 --- a/test/functional/expected/pep_html.html +++ b/test/functional/expected/pep_html.html @@ -8,7 +8,7 @@ to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! --> - + PEP 100 -- Test PEP diff --git a/test/functional/expected/standalone_rst_html4css1.html b/test/functional/expected/standalone_rst_html4css1.html index a5011e498..f98d31e5a 100644 --- a/test/functional/expected/standalone_rst_html4css1.html +++ b/test/functional/expected/standalone_rst_html4css1.html @@ -3,7 +3,7 @@ - + reStructuredText Test Document diff --git a/test/functional/expected/standalone_rst_s5_html_1.html b/test/functional/expected/standalone_rst_s5_html_1.html index df6c9344e..7d9df9f36 100644 --- a/test/functional/expected/standalone_rst_s5_html_1.html +++ b/test/functional/expected/standalone_rst_s5_html_1.html @@ -3,7 +3,7 @@ - + Slide Shows diff --git a/test/functional/expected/standalone_rst_s5_html_2.html b/test/functional/expected/standalone_rst_s5_html_2.html index 49e98ae33..f02dc1927 100644 --- a/test/functional/expected/standalone_rst_s5_html_2.html +++ b/test/functional/expected/standalone_rst_s5_html_2.html @@ -3,7 +3,7 @@ - + Slide Shows -- 2.11.4.GIT