diff options
author | Alexis Métaireau <alexis@notmyidea.org> | 2013-05-19 22:35:12 +1000 |
---|---|---|
committer | Alexis Métaireau <alexis@notmyidea.org> | 2013-05-19 22:35:12 +1000 |
commit | 10a5f9c9baaa7608e13d022ec4eeccb81c8d9b40 (patch) | |
tree | b23d1625c90a1b8e0dc4218484b5759a94c3b611 /setup.py | |
parent | ab3674e87cc5f018d7d2c63fad8d8f694375807b (diff) | |
download | pelican-3.2.1.tar.gz |
bump the minor version3.2.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ CHANGELOG = open('docs/changelog.rst').read() setup( name="pelican", - version="3.2", + version="3.2.1", url='http://getpelican.com/', author='Alexis Metaireau', author_email='authors@getpelican.com', |