Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdog committed Apr 13, 2023
1 parent 137efb0 commit cce0b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion django_group_role/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ def is_user_in_role(user, role) -> bool:

return user.groups.filter(name=role.name).exists()

__version__ = (0, 5, 1)

__version__ = (0, 6, 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.5.1
version = 0.6.0
author = Davide Setti
description = Django Group-based roles
long_description = file: README.md
Expand Down

0 comments on commit cce0b41

Please sign in to comment.