diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-08-30 07:02:28 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-08-30 07:02:28 +0000 |
| commit | e675de345e112b2c8669ec238829791aa8ca001d (patch) | |
| tree | 9c379bae5f2173ada8be54b2443f3091bf3e84a4 /docutils/setup.py | |
| parent | b991feb7b06e99b2186fc533733905da9312f5d3 (diff) | |
| download | docutils-e675de345e112b2c8669ec238829791aa8ca001d.tar.gz | |
Release 0.8.1: set version number to 0.8.1
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7106 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 74a00a032..cc8a7531a 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.9', + 'version': '0.8.1', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'license': 'public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)', |
