Skip to content

Commit

Permalink
Release 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Jun 30, 2017
1 parent 7e5a07c commit 0edaf95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guardian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
default_app_config = 'guardian.apps.GuardianConfig'

# PEP 396: The __version__ attribute's value SHOULD be a string.
__version__ = '1.4.8'
__version__ = '1.4.9'

# Compatibility to eg. django-rest-framework
VERSION = tuple(int(x) for x in __version__.split('.')[:3])
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.8
current_version = 1.4.9

[build_sphinx]
source-dir = docs/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from extras import RunFlakesCommand


version = '1.4.8'
version = '1.4.9'

readme_file = os.path.join(os.path.dirname(__file__), 'README.rst')
with open(readme_file, 'r') as f:
Expand Down

0 comments on commit 0edaf95

Please sign in to comment.