From d64dafeaeb9c37fb822e85162ee6040041535eed Mon Sep 17 00:00:00 2001 From: grubert Date: Tue, 30 May 2017 11:24:47 +0000 Subject: [PATCH] change version number from 0.14rc2 to 0.14rc2.dev git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8091 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/footnotes_html5.html | 2 +- test/functional/expected/math_output_html.html | 2 +- test/functional/expected/math_output_latex.html | 2 +- test/functional/expected/math_output_mathjax.html | 2 +- test/functional/expected/math_output_mathml.xhtml | 2 +- test/functional/expected/misc_rst_html4css1.html | 2 +- test/functional/expected/pep_html.html | 2 +- test/functional/expected/standalone_rst_docutils_xml.xml | 2 +- test/functional/expected/standalone_rst_html4css1.html | 2 +- test/functional/expected/standalone_rst_html5.html | 2 +- test/functional/expected/standalone_rst_s5_html_1.html | 2 +- test/functional/expected/standalone_rst_s5_html_2.html | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docutils/__init__.py b/docutils/__init__.py index 7dd730bdc..7abb6640f 100644 --- a/docutils/__init__.py +++ b/docutils/__init__.py @@ -52,7 +52,7 @@ Subpackages: __docformat__ = 'reStructuredText' -__version__ = '0.14rc2' +__version__ = '0.14rc2.dev' """``major.minor.micro`` version number. The major number will be bumped when the project is feature-complete, and later if there is a major change in the design or API. diff --git a/setup.py b/setup.py index c5b4d6c07..ce8d05111 100755 --- a/setup.py +++ b/setup.py @@ -113,7 +113,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.14rc2', + 'version': '0.14rc2.dev', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'maintainer': 'docutils-develop list', diff --git a/test/functional/expected/compact_lists.html b/test/functional/expected/compact_lists.html index b346d960c..c70030b48 100644 --- a/test/functional/expected/compact_lists.html +++ b/test/functional/expected/compact_lists.html @@ -3,7 +3,7 @@ - + compact_lists.txt diff --git a/test/functional/expected/dangerous.html b/test/functional/expected/dangerous.html index 107068b14..1e7facbbc 100644 --- a/test/functional/expected/dangerous.html +++ b/test/functional/expected/dangerous.html @@ -3,7 +3,7 @@ - + dangerous.txt diff --git a/test/functional/expected/field_name_limit.html b/test/functional/expected/field_name_limit.html index cd406103e..3eac1b65d 100644 --- a/test/functional/expected/field_name_limit.html +++ b/test/functional/expected/field_name_limit.html @@ -3,7 +3,7 @@ - + field_list.txt diff --git a/test/functional/expected/footnotes_html5.html b/test/functional/expected/footnotes_html5.html index 99c1a131f..78554f1c3 100644 --- a/test/functional/expected/footnotes_html5.html +++ b/test/functional/expected/footnotes_html5.html @@ -2,7 +2,7 @@ - + Test footnote and citation rendering diff --git a/test/functional/expected/math_output_html.html b/test/functional/expected/math_output_html.html index 1b72550eb..4986a3fff 100644 --- a/test/functional/expected/math_output_html.html +++ b/test/functional/expected/math_output_html.html @@ -3,7 +3,7 @@ - + Mathematics diff --git a/test/functional/expected/math_output_latex.html b/test/functional/expected/math_output_latex.html index ea405f1bd..0ad0ee4ff 100644 --- a/test/functional/expected/math_output_latex.html +++ b/test/functional/expected/math_output_latex.html @@ -3,7 +3,7 @@ - + Mathematics diff --git a/test/functional/expected/math_output_mathjax.html b/test/functional/expected/math_output_mathjax.html index bb150eee9..3b6880484 100644 --- a/test/functional/expected/math_output_mathjax.html +++ b/test/functional/expected/math_output_mathjax.html @@ -3,7 +3,7 @@ - + Mathematics diff --git a/test/functional/expected/math_output_mathml.xhtml b/test/functional/expected/math_output_mathml.xhtml index 3b72dc041..7a85ea3eb 100644 --- a/test/functional/expected/math_output_mathml.xhtml +++ b/test/functional/expected/math_output_mathml.xhtml @@ -2,7 +2,7 @@ - + Mathematics diff --git a/test/functional/expected/misc_rst_html4css1.html b/test/functional/expected/misc_rst_html4css1.html index ce615c35a..cc113905f 100644 --- a/test/functional/expected/misc_rst_html4css1.html +++ b/test/functional/expected/misc_rst_html4css1.html @@ -3,7 +3,7 @@ - + link_in_substitution.txt diff --git a/test/functional/expected/pep_html.html b/test/functional/expected/pep_html.html index 4d1d7a49b..9206b711d 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_docutils_xml.xml b/test/functional/expected/standalone_rst_docutils_xml.xml index dcf6873cd..3051f5c9d 100644 --- a/test/functional/expected/standalone_rst_docutils_xml.xml +++ b/test/functional/expected/standalone_rst_docutils_xml.xml @@ -1,6 +1,6 @@ - + reStructuredText Test Document Examples of Syntax Constructs diff --git a/test/functional/expected/standalone_rst_html4css1.html b/test/functional/expected/standalone_rst_html4css1.html index e60ba4963..e18cb62d6 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_html5.html b/test/functional/expected/standalone_rst_html5.html index 71ea6da0a..3459f200b 100644 --- a/test/functional/expected/standalone_rst_html5.html +++ b/test/functional/expected/standalone_rst_html5.html @@ -2,7 +2,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 7278fcdb6..1e695cd9f 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 a5e327746..b880e1934 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