Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blubber committed Nov 8, 2020
1 parent 2b90f66 commit 02a8927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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 = 0.1.1
current_version = 0.2.0
commit = True
tag = True
tag_name = v{new_version}
Expand All @@ -8,4 +8,3 @@ message = Version {new_version}
[bumpversion:file:setup.py]

[bumpversion:file:django_injector/__init__.py]

2 changes: 1 addition & 1 deletion django_injector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
)


__version__ = '0.1.1'
__version__ = '0.2.0'
__all__ = ['RequestScope', 'request']
default_app_config = 'django_injector.DjangoInjectorConfig'
logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='django_injector',
version='0.1.1',
version='0.2.0',
author='Tiemo Kieft',
author_email='pypi@isogram.nl',
description='Integrate injector with Django',
Expand Down

0 comments on commit 02a8927

Please sign in to comment.