From febd28a74e8ead5adf7b1148236576723f22ba35 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Tue, 4 Nov 2014 19:43:14 -0800 Subject: [PATCH] Increment version to 3.5 --- pelican/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelican/__init__.py b/pelican/__init__.py index d0056ded..967360c9 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -25,7 +25,7 @@ from pelican.settings import read_settings from pelican.utils import clean_output_dir, folder_watcher, file_watcher from pelican.writers import Writer -__version__ = "3.5.dev" +__version__ = "3.5.0" DEFAULT_CONFIG_NAME = 'pelicanconf.py' diff --git a/setup.py b/setup.py index c1af72bb..8e4eff34 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ CHANGELOG = open('docs/changelog.rst').read() setup( name="pelican", - version="3.4.0", + version="3.5.0", url='http://getpelican.com/', author='Alexis Metaireau', author_email='authors@getpelican.com',