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