From 6434d9d3909a6669b06be1867ba2f74cf9e4f3b6 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Fri, 7 Oct 2016 17:57:38 +0900 Subject: [PATCH] Bumped version 1.3.6 --- 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 e16cf84..0dbba6a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '1.3.5' +version = '1.3.6' # The full version, including alpha/beta/rc tags. -release = '1.3.5' +release = '1.3.6' # 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 2b7b15e..2c3df42 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ else: from shlex import quote # Bumped version -version = '1.3.5' +version = '1.3.6' # Require install_requires = [ -- 2.25.1