summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-10-11 16:52:12 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-10-11 16:52:12 +0000
commitf2ebd1581ab062d17ddba5b048638a31359d457d (patch)
tree5a9c78a6497391b80eacd028898cf47b2cc095fa /setup.py
parenta44b5de1505f9c828fe7cc513460b392bb890f8d (diff)
downloaddocutils-f2ebd1581ab062d17ddba5b048638a31359d457d.tar.gz
Release 0.6: set version number to 0.7
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6171 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 a81a2ac72..1ad1812ad 100755
--- a/setup.py
+++ b/setup.py
@@ -90,7 +90,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.6',
+ 'version': '0.7',
'author': 'David Goodger',
'author_email': 'goodger@python.org',
'license': 'public domain, Python, BSD, GPL (see COPYING.txt)',