Bump version 0.2.1.
This commit is contained in:
parent
3df991233a
commit
ee91db6be8
3 changed files with 5 additions and 3 deletions
|
@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### [Unreleased]
|
||||
|
||||
### [0.2.1] - 2015-10-21
|
||||
|
||||
##### Added
|
||||
- Refresh token flow.
|
||||
|
||||
|
@ -12,7 +14,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
##### Fixed
|
||||
- Unicode error in Client model.
|
||||
- creatersakey command in Python 3.x.
|
||||
- Bug in creatersakey command (when using Python 3).
|
||||
- Bug when updating pyjwkest version.
|
||||
|
||||
### [0.2.0] - 2015-09-25
|
||||
|
|
|
@ -29,7 +29,7 @@ Support for Python 3 and 2. Also latest versions of django.
|
|||
|
||||
Read docs for more info.
|
||||
|
||||
https://github.com/juanifioren/django-oidc-provider/blob/v0.2.0/DOC.md
|
||||
https://github.com/juanifioren/django-oidc-provider/blob/v0.2.1/DOC.md
|
||||
|
||||
See changelog here.
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
|||
|
||||
setup(
|
||||
name='django-oidc-provider',
|
||||
version='0.2.0',
|
||||
version='0.2.1',
|
||||
packages=[
|
||||
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
|
||||
'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',
|
||||
|
|
Loading…
Reference in a new issue