File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 2.3.0] - 2018-06-19
8
+ ### Added
9
+ - ` structured_postal_address ` attribute
10
+
11
+ ### Changed
12
+ - If ` postal_address ` is null, it is taken from StructuredPostalAddress.FormattedAddress (if present)
13
+
7
14
## [ 2.2.0] - 2018-03-29
8
15
### Added
9
16
- IsAgeVerified helper
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 = '2.2 .0'
4
+ VERSION = '2.3 .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