summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-05 21:47:38 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-05 21:47:38 +0000
commit7abe356ce37b61a631c17cc2c1bb9129350433bf (patch)
treeb097f6706294cd2f58f1ca41f30dd7091bad4d0e /setup.py
parent82689d9e5294d07fc21f247b3f55f820ee3de2cc (diff)
downloaddocutils-7abe356ce37b61a631c17cc2c1bb9129350433bf.tar.gz
release number 0.18b2.dev
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8848 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4c6313765..5b7e8aee0 100755
--- a/setup.py
+++ b/setup.py
@@ -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.18b1',
+ 'version': '0.18b2.dev',
'author': 'David Goodger',
'author_email': 'goodger@python.org',
'maintainer': 'docutils-develop list',