Skip to content

Commit

Permalink
Bump version to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmcm committed Sep 28, 2021
1 parent 70cb5ae commit 5251cae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion places/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from decimal import Decimal

default_app_config = 'places.apps.PlacesConfig'
__version__ = '4.0.0'
__version__ = '5.0.0'


class Places(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.0
current_version = 5.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author='Oscar Cortez',
author_email='[email protected]',
name='dj-places',
version='4.0.0',
version='5.0.0',
install_requires=['Django>=3.0'],
python_requires='>=3',
keywords='django geocomplete google maps places',
Expand Down

0 comments on commit 5251cae

Please sign in to comment.