diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-24 00:55:16 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-24 00:55:16 +0000 |
| commit | 74ef0ca97d6a845eb24a2fa0546612d34474d043 (patch) | |
| tree | 4b734c09566e2ac4eb54909db314e322c749c43b /setup.py | |
| parent | b01fbaea218a0409bf63e5d4ef62737f3ab35582 (diff) | |
| download | docutils-74ef0ca97d6a845eb24a2fa0546612d34474d043.tar.gz | |
Release 0.3.7: set version number to 0.3.8
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2901 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.7', + 'version': '0.3.8', 'author': 'David Goodger', 'author_email': 'goodger@users.sourceforge.net', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', |
