diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-07-05 20:04:21 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-07-05 20:04:21 +0000 |
| commit | bb3211d3b055c4cb6f7207a1e3cc7ae5bd7b691d (patch) | |
| tree | a351af90743ed6ae4cb5c6d12d2171e916a62d02 | |
| parent | fc7bd5de4cbb862704014e8bbee590fec23b7787 (diff) | |
| download | docutils-0.19@9103.tar.gz | |
release 0.19docutils-0.19@9103
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9103 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
23 files changed, 32 insertions, 30 deletions
diff --git a/HISTORY.txt b/HISTORY.txt index 9759aa054..f74423f01 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -12,8 +12,8 @@ .. contents:: -Release 0.19b2 (unpublished) -============================ +Release 0.19 (2022-07-05) +========================= * General diff --git a/README.txt b/README.txt index aa1b730f6..87b519a9d 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ -============================= - README: Docutils 0.19b2.dev -============================= +======================= + README: Docutils 0.19 +======================= :Author: David Goodger :Contact: goodger@python.org diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 709e3c743..9d6c12c9f 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -121,8 +121,10 @@ Future changes .. _use_latex_citations: docs/user/config.html#use-latex-citations -Release 0.19b1 (2022-06-21) -=========================== +Release 0.19 (2022-07-05) +========================= + +(Release 0.19b1 (2022-06-21)) * Drop support for Python 2.7, 3.5, and 3.6. diff --git a/docutils/__init__.py b/docutils/__init__.py index f13413b2d..134755de0 100644 --- a/docutils/__init__.py +++ b/docutils/__init__.py @@ -54,7 +54,7 @@ from collections import namedtuple __docformat__ = 'reStructuredText' -__version__ = '0.19b2.dev' +__version__ = '0.19' """Docutils version identifier (complies with PEP 440):: major.minor[.micro][releaselevel[serial]][.dev] @@ -118,9 +118,9 @@ __version_info__ = VersionInfo( major=0, minor=19, micro=0, - releaselevel='beta', # one of 'alpha', 'beta', 'candidate', 'final' - serial=2, # pre-release number (0 for final releases and snapshots) - release=False # True for official releases and pre-releases + releaselevel='final', # one of 'alpha', 'beta', 'candidate', 'final' + serial=0, # pre-release number (0 for final releases and snapshots) + release=True # True for official releases and pre-releases ) """Comprehensive version information tuple. @@ -33,7 +33,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': 'https://docutils.sourceforge.io/', - 'version': '0.19b2.dev', + 'version': '0.19', '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 7fc78de7d..b454dfcfa 100644 --- a/test/functional/expected/compact_lists.html +++ b/test/functional/expected/compact_lists.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>compact_lists.txt</title> <link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" /> </head> diff --git a/test/functional/expected/dangerous.html b/test/functional/expected/dangerous.html index f43954afb..57e9be634 100644 --- a/test/functional/expected/dangerous.html +++ b/test/functional/expected/dangerous.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>dangerous.txt</title> <link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" /> </head> diff --git a/test/functional/expected/embed_images_html5.html b/test/functional/expected/embed_images_html5.html index 1b84bc1df..bd89af5c0 100644 --- a/test/functional/expected/embed_images_html5.html +++ b/test/functional/expected/embed_images_html5.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>Embedded Images</title> <link rel="stylesheet" href="../input/data/minimal.css" type="text/css" /> <link rel="stylesheet" href="../input/data/plain.css" type="text/css" /> diff --git a/test/functional/expected/field_name_limit.html b/test/functional/expected/field_name_limit.html index 8a891ebc7..e2c41faec 100644 --- a/test/functional/expected/field_name_limit.html +++ b/test/functional/expected/field_name_limit.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>field_list.txt</title> <link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" /> </head> diff --git a/test/functional/expected/footnotes_html5.html b/test/functional/expected/footnotes_html5.html index cd369a1cf..c67f9ac75 100644 --- a/test/functional/expected/footnotes_html5.html +++ b/test/functional/expected/footnotes_html5.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>Test footnote and citation rendering</title> <link rel="stylesheet" href="../input/data/minimal.css" type="text/css" /> <link rel="stylesheet" href="../input/data/responsive.css" type="text/css" /> diff --git a/test/functional/expected/math_output_html.html b/test/functional/expected/math_output_html.html index 7ab321644..1a0d9688a 100644 --- a/test/functional/expected/math_output_html.html +++ b/test/functional/expected/math_output_html.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>Mathematics</title> <link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" /> <link rel="stylesheet" href="../input/data/math.css" type="text/css" /> diff --git a/test/functional/expected/math_output_latex.html b/test/functional/expected/math_output_latex.html index 48a3cfb31..6e96c00bd 100644 --- a/test/functional/expected/math_output_latex.html +++ b/test/functional/expected/math_output_latex.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>Mathematics</title> <link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" /> </head> diff --git a/test/functional/expected/math_output_mathjax.html b/test/functional/expected/math_output_mathjax.html index 63b1c13d7..9054228c7 100644 --- a/test/functional/expected/math_output_mathjax.html +++ b/test/functional/expected/math_output_mathjax.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>Mathematics</title> <script type="text/javascript" src="/usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS_CHTML"></script> <link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" /> diff --git a/test/functional/expected/math_output_mathml.html b/test/functional/expected/math_output_mathml.html index d8315be61..22579ca5a 100644 --- a/test/functional/expected/math_output_mathml.html +++ b/test/functional/expected/math_output_mathml.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>Mathematics</title> <link rel="stylesheet" href="../input/data/minimal.css" type="text/css" /> <link rel="stylesheet" href="../input/data/plain.css" type="text/css" /> diff --git a/test/functional/expected/misc_rst_html4css1.html b/test/functional/expected/misc_rst_html4css1.html index 9b5903e1e..01c640320 100644 --- a/test/functional/expected/misc_rst_html4css1.html +++ b/test/functional/expected/misc_rst_html4css1.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>Additional tests with html4css1</title> <link rel="stylesheet" href="foo&bar.css" type="text/css" /> <link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" /> diff --git a/test/functional/expected/misc_rst_html5.html b/test/functional/expected/misc_rst_html5.html index 2f891bf23..7983c8610 100644 --- a/test/functional/expected/misc_rst_html5.html +++ b/test/functional/expected/misc_rst_html5.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>Additional tests with HTML 5</title> <link rel="stylesheet" href="../input/data/minimal.css" type="text/css" /> <link rel="stylesheet" href="../input/data/responsive.css" type="text/css" /> diff --git a/test/functional/expected/pep_html.html b/test/functional/expected/pep_html.html index 20a9724cf..3f719954e 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! --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> + <meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>PEP 100 - Test PEP</title> <link rel="stylesheet" href="../input/data/html4css1.css" type="text/css" /> </head> diff --git a/test/functional/expected/rst_html5_tuftig.html b/test/functional/expected/rst_html5_tuftig.html index 433afa589..510bb6488 100644 --- a/test/functional/expected/rst_html5_tuftig.html +++ b/test/functional/expected/rst_html5_tuftig.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>Special Features of the tuftig.css Stylesheet</title> <link rel="stylesheet" href="../input/data/minimal.css" type="text/css" /> <link rel="stylesheet" href="../input/data/tuftig.css" type="text/css" /> diff --git a/test/functional/expected/standalone_rst_docutils_xml.xml b/test/functional/expected/standalone_rst_docutils_xml.xml index b145826c4..26d8cf1e5 100644 --- a/test/functional/expected/standalone_rst_docutils_xml.xml +++ b/test/functional/expected/standalone_rst_docutils_xml.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd"> -<!-- Generated by Docutils 0.19b2.dev --> +<!-- Generated by Docutils 0.19 --> <document ids="restructuredtext-test-document doctitle" names="restructuredtext\ test\ document doctitle" source="functional/input/standalone_rst_docutils_xml.txt" title="reStructuredText Test Document"> <title>reStructuredText Test Document</title> <subtitle ids="examples-of-syntax-constructs subtitle" names="examples\ of\ syntax\ constructs subtitle">Examples of Syntax Constructs</subtitle> diff --git a/test/functional/expected/standalone_rst_html4css1.html b/test/functional/expected/standalone_rst_html4css1.html index 85a18b5e9..315a32c03 100644 --- a/test/functional/expected/standalone_rst_html4css1.html +++ b/test/functional/expected/standalone_rst_html4css1.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>reStructuredText Test Document</title> <meta content="reStructuredText, test, parser" name="keywords" /> <meta content="A test document, containing at least one example of each reStructuredText construct." lang="en" name="description" /> diff --git a/test/functional/expected/standalone_rst_html5.html b/test/functional/expected/standalone_rst_html5.html index c1116a91a..83cb1ef85 100644 --- a/test/functional/expected/standalone_rst_html5.html +++ b/test/functional/expected/standalone_rst_html5.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <title>reStructuredText Test Document</title> <meta content="reStructuredText, test, parser" name="keywords" /> <meta content="A test document, containing at least one example of each reStructuredText construct." lang="en" name="description" xml:lang="en" /> diff --git a/test/functional/expected/standalone_rst_s5_html_1.html b/test/functional/expected/standalone_rst_s5_html_1.html index c90721aaa..7eaa20eb4 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 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <meta name="version" content="S5 1.1" /> <title>Slide Shows</title> <meta name="author" content="David Goodger" /> diff --git a/test/functional/expected/standalone_rst_s5_html_2.html b/test/functional/expected/standalone_rst_s5_html_2.html index 2acb32588..f5896cf13 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 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.19b2.dev: https://docutils.sourceforge.io/" /> +<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <meta name="version" content="S5 1.1" /> <title>Slide Shows</title> <meta name="author" content="David Goodger" /> |
