Skip to content

Commit

Permalink
Version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blubber committed Jun 1, 2022
1 parent e4bcefd commit 1bc1582
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4
current_version = 0.2.5
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion django_injector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
)


__version__ = "0.2.4"
__version__ = "0.2.5"
__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.2.4',
version='0.2.5',
author='Tiemo Kieft',
author_email='pypi@isogram.nl',
description='Integrate injector with Django',
Expand Down

0 comments on commit 1bc1582

Please sign in to comment.