Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-lpa committed Jul 1, 2020
1 parent 08cb079 commit 400be94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.1.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand All @@ -9,4 +9,3 @@ serialize =
[bumpversion:file:setup.py]

[bumpversion:file:docs/conf.py]

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 = '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.
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 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.
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 400be94

Please sign in to comment.