From 245ee7f204dbe91c172eec36b4cab46a72719a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20L=2E=20Pati=C3=B1o?= Date: Tue, 22 Oct 2019 22:46:23 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 31a5935..7957706 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/docs/conf.py b/docs/conf.py index 0b71ece..f0f2aff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '1.0.0' +version = '1.0.1' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.0.1' # 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.0' +# html_title = 'Django Tracking Analyzer v1.0.1' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/setup.py b/setup.py index cbc1862..9803bba 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def run_tests(self): setup( name='django-tracking-analyzer', - version='1.0.0', + version='1.0.1', description='User actions tracking and analytics for Django sites.', long_description=long_description, author='José Luis Patiño Andrés',