Skip to content

Commit 5310ffc

Browse files
author
Vasile Zaremba
committed
Bump version to 1.2.0
1 parent e88d571 commit 5310ffc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
9+
## [1.2.0] - 2017-04-20
10+
### Changed
11+
- Remove unused `YOTI_VERIFICATION_KEY` variable
12+
813
## [1.1.0] - 2017-03-20
914
### Changed
1015
- Allow empty profiles

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 = '1.0.0'
4+
VERSION = '1.2.0'
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)