From 078608d07f66b0d70c1f2e844c634775ca3e6fa8 Mon Sep 17 00:00:00 2001 From: Rotem Yaari Date: Thu, 5 Nov 2015 11:18:53 +0200 Subject: [PATCH] Bump version number to 0.11.3 --- docs/conf.py | 4 ++-- logbook/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fa9ca0b1..9ce2b797 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '0.11.3-dev' +version = '0.11.3' # The full version, including alpha/beta/rc tags. -release = '0.11.3-dev' +release = '0.11.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/logbook/__init__.py b/logbook/__init__.py index 1ec442e9..1fc9b610 100644 --- a/logbook/__init__.py +++ b/logbook/__init__.py @@ -24,7 +24,7 @@ GroupHandler from . import compat -__version__ = '0.11.3-dev' +__version__ = '0.11.3' # create an anonymous default logger and provide all important # methods of that logger as global functions diff --git a/setup.py b/setup.py index fcb4fef5..67c418d6 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ def run_setup(with_binary): features['speedups'] = speedups setup( name='Logbook', - version='0.11.3-dev', + version='0.11.3', license='BSD', url='http://logbook.pocoo.org/', author='Armin Ronacher, Georg Brandl',