Bump version v0.4.4.

This commit is contained in:
Ignacio Fiorentino 2016-11-29 17:37:07 -03:00
parent 11ef97fdbb
commit 10ed8171f0
2 changed files with 4 additions and 1 deletions

View file

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

View file

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