From 780ccfe137a910b404d651a4973f68c85adf01f2 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 15 Jun 2015 13:46:17 -0700 Subject: [PATCH] Prepare version 3.6.1.dev for next development cycle --- docs/changelog.rst | 5 +++++ pelican/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7d385670..f08f67ec 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Release history ############### +Next release +============ + +- Nothing yet + 3.6.0 (2015-06-15) ================== diff --git a/pelican/__init__.py b/pelican/__init__.py index f80c2ddb..932974db 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -26,7 +26,7 @@ from pelican.utils import (clean_output_dir, folder_watcher, file_watcher, maybe_pluralize) from pelican.writers import Writer -__version__ = "3.6.0" +__version__ = "3.6.1.dev" DEFAULT_CONFIG_NAME = 'pelicanconf.py' diff --git a/setup.py b/setup.py index 37aca23f..93d7e5f6 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ CHANGELOG = open('docs/changelog.rst').read() setup( name="pelican", - version="3.6.0", + version="3.6.1.dev", url='http://getpelican.com/', author='Alexis Metaireau', author_email='authors@getpelican.com',