diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 11:24:47 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 11:24:47 +0000 |
| commit | 0dc8d091015f3d426e90ef0659bcffae31d499df (patch) | |
| tree | 1b51f29f02a3bac2c609f8552cc143b2ff407872 /docutils/setup.py | |
| parent | 56c2fffdf65fb27d197cbe09e976e55522567116 (diff) | |
| download | docutils-0dc8d091015f3d426e90ef0659bcffae31d499df.tar.gz | |
change version number from 0.14rc2 to 0.14rc2.dev
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8091 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 c5b4d6c07..ce8d05111 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -113,7 +113,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.14rc2', + 'version': '0.14rc2.dev', 'author': 'David Goodger', 'author_email': 'goodger@python.org', 'maintainer': 'docutils-develop list', |
