diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-06-25 20:14:45 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-06-25 20:14:45 +0000 |
| commit | cfa5d75c9e74b3c0bd1cfdd2e6cffeab70fb0d69 (patch) | |
| tree | bf8c55013f3ab50bf4b86aee33952717b960291d /docutils/setup.py | |
| parent | e1e4007815bba60c17b0b79bac742804513ec7d1 (diff) | |
| download | docutils-cfa5d75c9e74b3c0bd1cfdd2e6cffeab70fb0d69.tar.gz | |
Release 0.5: set version number to 0.6
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5582 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 ab4b23d5b..4373789c9 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -72,7 +72,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.5', + 'version': '0.6', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', |
