Skip to content

Commit e4b51dc

Browse files
author
infobip-ci
committed
Update to version 3.0.3
1 parent e5d9edb commit e4b51dc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to the library will be documented in this file.
55
The format of the file is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages # noqa: H301
1313

1414
NAME = "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

0 commit comments

Comments
 (0)