diff --git a/docs/changelog.rst b/docs/changelog.rst index b55da1f8..fcec0b53 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,9 @@ Release history ############### +3.3 (XXXX-XX-XX) +================ + 3.2 (2013-04-24) ================ diff --git a/setup.py b/setup.py index 8f65f82e..afb907fa 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.3", url='http://getpelican.com/', author='Alexis Metaireau', author_email='authors@getpelican.com',