Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdog committed Jun 20, 2023
1 parent 81de9d8 commit 3c62244
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, 6, 0)
__version__ = (0, 7, 0)
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.6.0
version = 0.7.0
author = Davide Setti
description = Django Group-based roles
long_description = file: README.md
Expand Down

0 comments on commit 3c62244

Please sign in to comment.