summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-08-03 10:47:09 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-08-03 10:47:09 +0000
commit3c3926532f3a9ff496773a760dadae82e698cc49 (patch)
tree7a7d6c182691e378ad502626fc6c1f5091480a4c /setup.py
parentb2d089b6abaa9323f3e3c2b3d2704b93e39109fe (diff)
downloaddocutils-3c3926532f3a9ff496773a760dadae82e698cc49.tar.gz
version to 0.15.dev
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8157 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 11bdc24ac..e13f244b1 100755
--- a/setup.py
+++ b/setup.py
@@ -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.14',
+ 'version': '0.15.dev',
'author': 'David Goodger',
'author_email': 'goodger@python.org',
'maintainer': 'docutils-develop list',