Skip to content

Commit afde2ae

Browse files
committed
Creates a 0.1.2 Release
1 parent 74d2f4c commit afde2ae

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [0.1.1] - 2015-11-15
8+
## [0.1.2] - 2016-11-23
9+
10+
### Fixed
11+
- Files other than Python source code are now correctly included in bdists.
12+
13+
### Changed
14+
- Various improvements to Django Plugin regarding e.g. templates and URLs.
15+
16+
17+
## [0.1.1] - 2016-11-15
918

1019
### Added
1120
- Flask plugin.
@@ -14,6 +23,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1423
### Fixed
1524
- Stripping the PKCS5 padding works correctly on Python2 now.
1625

17-
## [0.1.0] - 2015-10-23
26+
27+
## [0.1.0] - 2016-10-23
28+
1829
### Added
19-
- Initial SDK release
30+
- Initial SDK release.

plugins/django_yoti/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from setuptools import setup, find_packages
33

4-
VERSION = '0.1.0'
4+
VERSION = '0.1.1'
55
long_description = 'Long description'
66

77
setup(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from setuptools import setup, find_packages
33

4-
VERSION = '0.1.1'
4+
VERSION = '0.1.2'
55
long_description = 'This package contains the tools you need to quickly ' \
66
'integrate your Python back-end with Yoti, so that your ' \
77
'users can share their identity details with your ' \

0 commit comments

Comments
 (0)