Bump version v0.3.1.
This commit is contained in:
parent
a2809307cf
commit
3c0a5e6e04
3 changed files with 7 additions and 2 deletions
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### [Unreleased]
|
||||
|
||||
### [0.3.1] - 2016-03-09
|
||||
|
||||
##### Fixed
|
||||
- response_type was not being validated (OpenID request).
|
||||
|
||||
### [0.3.0] - 2016-02-23
|
||||
|
||||
##### Added
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014 Juan Ignacio Fiorentino
|
||||
Copyright (c) 2014-2016 Juan Ignacio Fiorentino
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
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.3.0',
|
||||
version='0.3.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