Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdog committed Jul 31, 2024
1 parent f45732f commit d19120b
Showing 1 changed file with 1 addition and 1 deletion.
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, 1)
__version__ = (0, 7, 2)

0 comments on commit d19120b

Please sign in to comment.