diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-07-21 09:34:17 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-07-21 09:34:17 +0000 |
| commit | 9af8f5208564b246f047e0bd99e4ce5870ad0ec9 (patch) | |
| tree | ef9c98d126ea2977621e5988805c24971dfd1f39 /setup.py | |
| parent | cfac5d5997201f514743cfc6ff6d5bb938ad5ed5 (diff) | |
| download | docutils-9af8f5208564b246f047e0bd99e4ce5870ad0ec9.tar.gz | |
version to 0.16b.dev
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8274 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,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.15', + 'version': '0.16b.dev', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'maintainer': 'docutils-develop list', |
