diff options
author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-12-09 13:11:53 +0000 |
---|---|---|
committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-12-09 13:11:53 +0000 |
commit | 5bcf7e3569ffe638e95ee07d6a43b8ae25c2f4d9 (patch) | |
tree | 763c81139152da07aed14667489fe704e56cdaf9 /setup.py | |
parent | d9f3d5f6c1429d2cbd7c0761d80d1e20720cf5ab (diff) | |
download | docutils-5bcf7e3569ffe638e95ee07d6a43b8ae25c2f4d9.tar.gz |
Release 0.13.1: set version number to 0.13.2a
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7991 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.1', + 'version': '0.13.2a', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'maintainer': 'docutils-develop list', |