Skip to content

Commit 579daf8

Browse files
committed
Bump version: 0.5.1 → 0.5.2
1 parent 5dce657 commit 579daf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44
tag = True
55

rest_framework_sso/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import absolute_import, unicode_literals
33

44
__title__ = "djangorestframework-sso"
5-
__version__ = "0.5.1"
5+
__version__ = "0.5.2"
66
__author__ = "Lenno Nagel"
77
__license__ = "MIT"
88
__copyright__ = "Copyright 2016 Namespace OÜ"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="djangorestframework-sso",
18-
version="0.5.1",
18+
version="0.5.2",
1919
packages=find_packages(exclude=["tests"]),
2020
include_package_data=True,
2121
license="MIT License",

0 commit comments

Comments
 (0)