Bump version v0.4.1.
This commit is contained in:
parent
6ed2c200a7
commit
aceb9d6c24
2 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### [Unreleased]
|
||||
|
||||
### [0.4.1] - 2016-10-03
|
||||
|
||||
##### Changed
|
||||
- Update pyjwkest to version 1.3.0.
|
||||
- Use Cryptodome instead of Crypto lib.
|
||||
|
||||
### [0.4.0] - 2016-09-12
|
||||
|
||||
##### Added
|
||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
|||
|
||||
setup(
|
||||
name='django-oidc-provider',
|
||||
version='0.4.0',
|
||||
version='0.4.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