From b460700187c52de135a5fb55a72cea0bd9faee67 Mon Sep 17 00:00:00 2001 From: Rob Golding Date: Sun, 15 Nov 2015 11:39:37 +0700 Subject: [PATCH] Bump version for 0.11.0 release --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8bb5ad5..3333347 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, Rob Golding' # built documents. # # The short X.Y version. -version = '0.10.0' +version = '0.11.0' # The full version, including alpha/beta/rc tags. -release = '0.10.0' +release = '0.11.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 27e369f..ddca694 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages install_requirements = ['six==1.5.2', 'pytz', 'tzlocal'] -version = '0.10.0' +version = '0.11.0' try: import importlib -- 2.39.2