From 1055fbdd1ea1723ec77f9366d56a7a2b2f816885 Mon Sep 17 00:00:00 2001 From: grubert Date: Sat, 8 Jul 2017 09:36:27 +0000 Subject: [PATCH] 0.14rc2 release git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8134 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/__init__.py | 4 ++-- 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, 18 insertions(+), 18 deletions(-) diff --git a/docutils/__init__.py b/docutils/__init__.py index 31b3c7ba4..9c798e147 100644 --- a/docutils/__init__.py +++ b/docutils/__init__.py @@ -55,7 +55,7 @@ import sys __docformat__ = 'reStructuredText' -__version__ = '0.14rc2.dev' +__version__ = '0.14rc2' """Docutils version identifier (complies with PEP 440):: major.minor[.micro][releaselevel[serial]][.dev] @@ -75,7 +75,7 @@ rather than parsing the text of `__version__`. """ # workaround for Python < 2.6: -__version_info__ = (0, 14, 0, 'candidate', 2, False) +__version_info__ = (0, 14, 0, 'candidate', 2, True) # To add in Docutils 0.15, replacing the line above: """ from collections import namedtuple diff --git a/setup.py b/setup.py index 9eabd76c9..54fc98773 100755 --- a/setup.py +++ b/setup.py @@ -115,7 +115,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.dev', + 'version': '0.14rc2', '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 c70030b48..b346d960c 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 1e7facbbc..107068b14 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 3eac1b65d..cd406103e 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 78554f1c3..99c1a131f 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 4986a3fff..1b72550eb 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 0ad0ee4ff..ea405f1bd 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 8fb175802..a8bf9c193 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 7a85ea3eb..3b72dc041 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 cc113905f..ce615c35a 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 9206b711d..4d1d7a49b 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 3051f5c9d..dcf6873cd 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 e18cb62d6..e60ba4963 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 3459f200b..71ea6da0a 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 1e695cd9f..7278fcdb6 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 b880e1934..a5e327746 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