Bump version v0.4.4.
This commit is contained in:
parent
11ef97fdbb
commit
10ed8171f0
2 changed files with 4 additions and 1 deletions
|
@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### [Unreleased]
|
||||
|
||||
### [0.4.4] - 2016-11-29
|
||||
|
||||
##### Fixed
|
||||
- Bug in Session Management middleware when using Python 3.
|
||||
- Translations handling.
|
||||
|
||||
### [0.4.3] - 2016-11-02
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
|||
|
||||
setup(
|
||||
name='django-oidc-provider',
|
||||
version='0.4.3',
|
||||
version='0.4.4',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
license='MIT License',
|
||||
|
|
Loading…
Reference in a new issue