summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-12-24 00:55:16 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-12-24 00:55:16 +0000
commit74ef0ca97d6a845eb24a2fa0546612d34474d043 (patch)
tree4b734c09566e2ac4eb54909db314e322c749c43b /setup.py
parentb01fbaea218a0409bf63e5d4ef62737f3ab35582 (diff)
downloaddocutils-74ef0ca97d6a845eb24a2fa0546612d34474d043.tar.gz
Release 0.3.7: set version number to 0.3.8
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2901 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 9f5280717..218650b30 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,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.3.7',
+ 'version': '0.3.8',
'author': 'David Goodger',
'author_email': 'goodger@users.sourceforge.net',
'license': 'public domain, Python, BSD, GPL (see COPYING.txt)',