From 696e737179c6dd9a2042da86802d1a54e1f45b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20L=2E=20Pati=C3=B1o?= Date: Tue, 22 Oct 2019 20:59:38 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=201.0.0?= 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 b986692..31a5935 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 1.0.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/docs/conf.py b/docs/conf.py index 02e86db..0b71ece 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.2.1' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = '0.2.1' +release = '1.0.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 v0.2.1' +# html_title = 'Django Tracking Analyzer v1.0.0' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/setup.py b/setup.py index e31615e..5f5866f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run_tests(self): setup( name='django-tracking-analyzer', - version='0.2.1', + version='1.0.0', description='User actions tracking and analytics for Django sites.', author='José Luis Patiño Andrés', author_email='jose.lpa@gmail.com',