Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdog committed Oct 6, 2023
1 parent 1f34115 commit 5e21e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_group_role/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def is_user_in_role(user, role) -> bool:
return user.groups.filter(name=role.name).exists()


__version__ = (0, 7, 0)
__version__ = (0, 7, 1)
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-group-role
version = 0.7.0
version = 0.7.1
author = Davide Setti
description = Django Group-based roles
long_description = file: README.md
Expand Down

0 comments on commit 5e21e10

Please sign in to comment.