We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdef53 commit ad45683Copy full SHA for ad45683
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.2
+current_version = 0.5.0
3
commit = True
4
tag = True
5
rest_framework_sso/__init__.py
@@ -2,7 +2,7 @@
from __future__ import absolute_import, unicode_literals
__title__ = "djangorestframework-sso"
-__version__ = "0.4.2"
+__version__ = "0.5.0"
6
__author__ = "Lenno Nagel"
7
__license__ = "MIT"
8
__copyright__ = "Copyright 2016 Namespace OÜ"
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="djangorestframework-sso",
18
- version="0.4.2",
+ version="0.5.0",
19
packages=find_packages(exclude=["tests"]),
20
include_package_data=True,
21
license="MIT License",
0 commit comments