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',