Bump version v0.3.4.

This commit is contained in:
Ignacio Fiorentino 2016-06-10 12:27:36 -03:00
parent 41f23afa31
commit 0e7d3cb388
2 changed files with 6 additions and 1 deletions

View file

@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
### [Unreleased] ### [Unreleased]
### [0.3.4] - 2016-06-10
##### Changed ##### Changed
- Make SITE_URL setting optional. - Make SITE_URL setting optional.
##### Fixed
- Missing migration.
### [0.3.3] - 2016-05-03 ### [0.3.3] - 2016-05-03
##### Fixed ##### Fixed

View file

@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='django-oidc-provider', name='django-oidc-provider',
version='0.3.3', version='0.3.4',
packages=[ packages=[
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints', 'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app', 'oidc_provider/lib/utils', 'oidc_provider/tests', 'oidc_provider/tests/app',