Skip to content

Commit

Permalink
Bumpversion 0.0.5 → 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tOgg1 committed Aug 10, 2020
1 parent 492e594 commit 47b8e37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Changelog

## Version 0.0.6
* (Graphql): Fix an issue with bad permission checks

## Version 0.0.5
* Fix an issue with permissions not being spread properly

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django_scoped_permissions"
version = "0.1.0"
version = "0.0.6"
description = "Test scoped permissions"
authors = ["Magnus Buvarp <magnus.buvarp@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="django-scoped-permissions",
version="0.0.5",
version="0.0.6",
author="Tormod Haugland, Magnus Buvarp",
author_email="tormod.haugland@gmail.com, magnus.buvarp@gmail.com",
description="Scoped permission system for Django",
Expand Down

0 comments on commit 47b8e37

Please sign in to comment.