Bump version v0.3.1.

This commit is contained in:
Ignacio 2016-03-09 12:11:59 -03:00
parent a2809307cf
commit 3c0a5e6e04
3 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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',