Skip to content

Commit

Permalink
chore: Bumpversion 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tOgg1 committed Feb 25, 2021
1 parent b27523d commit 1de6e2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## Version 0.1.4
* (graphql): Add missing context variable in CreateMutation
* (guards): Change default behaviour to be "True". Is now overrideable

## Version 0.1.3
* (core): Implement wildcards

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Tormod Haugland'

# The full version, including alpha/beta/rc tags
release = '0.1.3'
release = '0.1.4'

# -- General configuration ---------------------------------------------------

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.1.3",
version="0.1.4",
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 1de6e2e

Please sign in to comment.