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 | |
parent | ab3674e87cc5f018d7d2c63fad8d8f694375807b (diff) | |
download | pelican-3.2.1.tar.gz |
bump the minor version3.2.1
-rw-r--r-- | pelican/__init__.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pelican/__init__.py b/pelican/__init__.py index 37f057f9..549dd9aa 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -22,7 +22,7 @@ from pelican.writers import Writer __major__ = 3 __minor__ = 2 -__micro__ = 0 +__micro__ = 1 __version__ = "{0}.{1}.{2}".format(__major__, __minor__, __micro__) @@ -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', |