From 400be94644b013dc706504171ee029963678cbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20L=2E=20Pati=C3=B1o?= Date: Wed, 1 Jul 2020 21:31:20 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.2=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- docs/conf.py | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1305b7d..19e3202 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.1.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) @@ -9,4 +9,3 @@ serialize = [bumpversion:file:setup.py] [bumpversion:file:docs/conf.py] - diff --git a/docs/conf.py b/docs/conf.py index cb8c947..13ab55e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '1.0.2' +version = '1.1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.2' +release = '1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -134,7 +134,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. # -# html_title = 'Django Tracking Analyzer v1.0.2' +# html_title = 'Django Tracking Analyzer v1.1.0' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/setup.py b/setup.py index 2ff972f..696b67c 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def run_tests(self): setup( name='django-tracking-analyzer', - version='1.0.2', + version='1.1.0', description='User actions tracking and analytics for Django sites.', long_description=long_description, author='José Luis Patiño Andrés',