File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
9
18
10
19
### Added
11
20
- Flask plugin.
@@ -14,6 +23,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
23
### Fixed
15
24
- Stripping the PKCS5 padding works correctly on Python2 now.
16
25
17
- ## [ 0.1.0] - 2015-10-23
26
+
27
+ ## [ 0.1.0] - 2016-10-23
28
+
18
29
### Added
19
- - Initial SDK release
30
+ - Initial SDK release.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
from setuptools import setup , find_packages
3
3
4
- VERSION = '0.1.0 '
4
+ VERSION = '0.1.1 '
5
5
long_description = 'Long description'
6
6
7
7
setup (
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
from setuptools import setup , find_packages
3
3
4
- VERSION = '0.1.1 '
4
+ VERSION = '0.1.2 '
5
5
long_description = 'This package contains the tools you need to quickly ' \
6
6
'integrate your Python back-end with Yoti, so that your ' \
7
7
'users can share their identity details with your ' \
You can’t perform that action at this time.
0 commit comments