diff --git a/docs/changelog.rst b/docs/changelog.rst index 064818c9..6cea6d93 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Release history ############### +3.1 (XXXX-XX-XX) +================ + +* Improve handling of links to intra-site resources + 3.0 (2012-08-08) ================== diff --git a/setup.py b/setup.py index 96d7b8e6..90c469ca 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ entry_points = { setup( name = "pelican", - version = "3.0", + version = "3.1", url = 'http://getpelican.com/', author = 'Alexis Metaireau', author_email = 'alexis@notmyidea.org',