File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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
+
9
+ ## [ 1.2.0] - 2017-04-20
10
+ ### Changed
11
+ - Remove unused ` YOTI_VERIFICATION_KEY ` variable
12
+
8
13
## [ 1.1.0] - 2017-03-20
9
14
### Changed
10
15
- Allow empty profiles
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 = '1.0 .0'
4
+ VERSION = '1.2 .0'
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