From 31d40667870b51cfbdfc0c7e234e925947fc5ba6 Mon Sep 17 00:00:00 2001 From: orakaro Date: Tue, 28 Aug 2018 11:38:03 +0900 Subject: [PATCH 1/1] Bumped version 1.3.9 --- 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 5a5572a..5e246b3 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.8' +version = '1.3.9' # The full version, including alpha/beta/rc tags. -release = '1.3.8' +release = '1.3.9' # 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 453659a..5cf52f0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ else: from shlex import quote # Bumped version -version = '1.3.8' +version = '1.3.9' # Require install_requires = [ -- 2.25.1