diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-07-07 14:56:53 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-07-07 14:56:53 +0000 |
| commit | d4c5d64376beaebe182521bba1ee9fa76a2e86c7 (patch) | |
| tree | ce2f3cc800cb2306a4f2806d974c5b0842851acc /docutils/setup.py | |
| parent | db8ae0334c59a0ab9341a2f19ad46b28e7b47466 (diff) | |
| download | docutils-d4c5d64376beaebe182521bba1ee9fa76a2e86c7.tar.gz | |
Release 0.7: set version number to 0.8
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6364 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/setup.py')
| -rwxr-xr-x | docutils/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/setup.py b/docutils/setup.py index 47a66fd48..2401381ff 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -118,7 +118,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.7', + 'version': '0.8', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', |
