From 3d7167cb89110a74af4119b720b04ddfca30dfd4 Mon Sep 17 00:00:00 2001 From: grubert Date: Sat, 27 May 2017 09:34:40 +0000 Subject: [PATCH] set version to "prerelease 0.14.0a" git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/__init__.py | 6 +++--- 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, 19 insertions(+), 19 deletions(-) diff --git a/docutils/__init__.py b/docutils/__init__.py index 97da4c425..252c03426 100644 --- a/docutils/__init__.py +++ b/docutils/__init__.py @@ -52,16 +52,16 @@ Subpackages: __docformat__ = 'reStructuredText' -__version__ = '0.13.2a' +__version__ = '0.14.0a' """``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 number will be bumped when the project is feature-complete, and perhaps if there is a major change in the design.""" -__version_details__ = 'repository' +__version_details__ = 'prerelease' """Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository', -'release'), modified automatically & manually.""" +'prerelease', 'release'), modified automatically & manually.""" import sys diff --git a/setup.py b/setup.py index c60bdfd13..4c5943035 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.13.2a', + 'version': '0.14.0a', '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 6aae8f546..7cac0aa17 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 1021e67a9..3c7067a92 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 da903c08d..21e4a8bf7 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 8a6d2bfdf..79127f6c1 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 4bea022c5..82120bedd 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 8ad8b80e6..c01db955c 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 c39a5c3bb..6b811fb9c 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 64925e1e2..8bb3af23e 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 b8f4b598a..093af5267 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 c10d76265..5bafeb82c 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 1b57754f5..f4e6e5987 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 115c2d2fd..ada02df89 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 b75483e64..3df5f2550 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 585e4c893..3c7a2eb52 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 8c2a9fd6d..36838e6d8 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