Skip to content

Commit 7b3ff12

Browse files
authored
Merge pull request #26 from getyoti/SDK-303-StructuredPostalAddress
SDK-303: Updated version & CHANGELOG
2 parents 89d73e6 + cfbd276 commit 7b3ff12

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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+
714
## [2.2.0] - 2018-03-29
815
### Added
916
- IsAgeVerified helper

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 = '2.2.0'
4+
VERSION = '2.3.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)