From e2467daf3d14e12b25e3e96508d64143b7e79e77 Mon Sep 17 00:00:00 2001 From: grubert Date: Sat, 27 May 2017 12:01:16 +0000 Subject: [PATCH] FIX version number: to 0.14a0 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8081 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- HISTORY.txt | 4 ++-- RELEASE-NOTES.txt | 4 ++-- 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 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index b27166750..3c51d5b56 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -14,8 +14,8 @@ .. contents:: -Release 0.14.0a (2017-05-27) -============================ +Prerelease 0.14a0 (2017-05-27) +============================== * docutils/docs/ref/docutils.dtd: diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b28d36746..0cc588cd8 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -48,8 +48,8 @@ Future changes .. _rst2html.py: docs/user/tools.html#rst2html-py -Release 0.14.0a (2017-05-27) -============================ +Prerelease 0.14a0 (2017-05-27) +============================== * docutils/docs/ref/docutils.dtd: diff --git a/docutils/__init__.py b/docutils/__init__.py index 252c03426..c46be4fc9 100644 --- a/docutils/__init__.py +++ b/docutils/__init__.py @@ -52,7 +52,7 @@ Subpackages: __docformat__ = 'reStructuredText' -__version__ = '0.14.0a' +__version__ = '0.14a0' """``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 4c5943035..dc03e626f 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.14.0a', + 'version': '0.14a0', '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 7cac0aa17..0e2dd0880 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 3c7067a92..6c8a906fd 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 21e4a8bf7..c1065d0e0 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 79127f6c1..261f91c21 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 82120bedd..7a60d7837 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 c01db955c..0d23a3d23 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 6b811fb9c..15f616028 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 8bb3af23e..451b73afb 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 093af5267..86bbbd967 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 5bafeb82c..dfb5b387c 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 f4e6e5987..365f336a9 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 ada02df89..61ac2db49 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 3df5f2550..80845f3fd 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 3c7a2eb52..5a67667fd 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 36838e6d8..4b6b47d53 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