Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wgordon17 committed Jun 20, 2019
1 parent 333df64 commit 34e3d49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awesome_django_timezones/__init__.py
@@ -1,2 +1,2 @@
__version__ = '0.2.0'
__version__ = '0.3.0'
default_app_config = 'awesome_django_timezones.apps.DjangoTimezonesConfig'
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -11,7 +11,7 @@ universal = 1

[flake8]
ignore = D203
exclude =
exclude =
.git,
.tox,
docs/conf.py,
Expand Down

0 comments on commit 34e3d49

Please sign in to comment.