diff options
author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-07-20 19:50:51 +0000 |
---|---|---|
committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-07-20 19:50:51 +0000 |
commit | 0d6e275f4f816711560647b5acab37a94a2133de (patch) | |
tree | 8e4b46f37727bc655b68862e1e3dd9933f4a65e2 /setup.py | |
parent | f7b1b746042536d7a2890b0553d2271a8d4b6deb (diff) | |
download | docutils-0.15@8267.tar.gz |
Change to 0.15 finaldocutils-0.15@8267
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8267 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.15rc1.dev', + 'version': '0.15', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'maintainer': 'docutils-develop list', |