diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-03 13:02:17 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-03 13:02:17 +0000 |
| commit | fbbbef76299886a6599f45ec01db568a3c601e36 (patch) | |
| tree | 09e5a5164622cc0d1ee7b8f85b8fbf0627a034af /setup.py | |
| parent | bd2b4353978e089448081bb90a743be88f41118b (diff) | |
| download | docutils-fbbbef76299886a6599f45ec01db568a3c601e36.tar.gz | |
switch to 0.18b.dev
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8660 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,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.17', + 'version': '0.18b.dev', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'maintainer': 'docutils-develop list', |
