summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexis Métaireau <alexis@notmyidea.org>2013-05-19 22:35:12 +1000
committerAlexis Métaireau <alexis@notmyidea.org>2013-05-19 22:35:12 +1000
commit10a5f9c9baaa7608e13d022ec4eeccb81c8d9b40 (patch)
treeb23d1625c90a1b8e0dc4218484b5759a94c3b611 /setup.py
parentab3674e87cc5f018d7d2c63fad8d8f694375807b (diff)
downloadpelican-3.2.1.tar.gz
bump the minor version3.2.1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8f65f82e..4678a33f 100755
--- a/setup.py
+++ b/setup.py
@@ -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',