diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-23 23:04:11 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-23 23:04:11 +0000 |
| commit | 16285d9ba32a086ce2f12c1af08b844cba7339ca (patch) | |
| tree | 9ae974e48ebb2f10d6a47abf02844bebcc794fef /setup.py | |
| parent | 7b2e20cb23718a2193843c8969a6591c3f1d0d65 (diff) | |
| download | docutils-16285d9ba32a086ce2f12c1af08b844cba7339ca.tar.gz | |
Release 0.4.0: set version number to 0.4.0
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2894 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.6', + 'version': '0.4.0', 'author': 'David Goodger', 'author_email': 'goodger@users.sourceforge.net', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', |
