File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ All notable changes to the library will be documented in this file.
55The format of the file is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this library adheres to [ Semantic Versioning] ( http://semver.org/ ) as mentioned in [ README.md] [ readme ] file.
77
8- ## [ [ 3.0.2] ( https://github.com/infobip/infobip-api-python-client/releases/tag/3.0.2 ) ] - 2023-07-03
8+ ## [ [ 3.0.3] ( https://github.com/infobip/infobip-api-python-client/releases/tag/3.0.3 ) ] - 2023-07-03
9+
10+ ### General
11+ - Added test infrastructure and a simple test
12+
13+ ## [ [ 3.0.2] ] - 2023-07-03
914
1015### Fixed
1116- ApiAttributeError when deserializing response that contains unknown fields
Original file line number Diff line number Diff line change 1212from setuptools import setup , find_packages # noqa: H301
1313
1414NAME = "infobip-api-python-client"
15- VERSION = "3.0.2 "
15+ VERSION = "3.0.3 "
1616# To install the library, run the following
1717#
1818# python setup.py install
You can’t perform that action at this time.
0 commit comments