Skip to content

Commit

Permalink
Bump version: 0.2.1 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-lpa committed Oct 22, 2019
1 parent d9d0e6e commit 696e737
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 1.0.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -134,7 +134,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> 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.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 696e737

Please sign in to comment.