diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-11 16:52:12 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-10-11 16:52:12 +0000 |
| commit | 78be914a0caf5e8bbbc58fc2522fc477761240d4 (patch) | |
| tree | 86acb26d01bb157bc91e232c813fd8e14d33b373 /docutils/setup.py | |
| parent | ea3b19e5587d8be66ef7704f26b614a6e4d76ad5 (diff) | |
| download | docutils-78be914a0caf5e8bbbc58fc2522fc477761240d4.tar.gz | |
Release 0.6: set version number to 0.7
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6171 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 a81a2ac72..1ad1812ad 100755 --- a/docutils/setup.py +++ b/docutils/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)', |
