Skip to content

Commit 498e60e

Browse files
authored
Merge pull request #10 from ironSource/release-please--branches--main--components--ironsource_api
chore(main): release 1.1.0
2 parents e4d3654 + e65a195 commit 498e60e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/ironsource/mobile-api-lib-python/compare/v1.0.0...v1.1.0) (2022-12-13)
4+
5+
6+
### Features
7+
8+
* implementation of instances API V3 ([9f60a5d](https://github.com/ironsource/mobile-api-lib-python/commit/9f60a5d0edb4dd3660b56c940c1d5754c0daadc1))
9+
310
## 1.0.0 (2022-11-01)
411

512

ironsource_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# pylint: disable-all
2-
__version__ = "1.0.0"
2+
__version__ = "1.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name='ironsource-mobile-api',
1313
packages=packages,
14-
version='1.0.0',
14+
version='1.1.0',
1515
url='https://github.com/ironSource/mobile-api-lib-python',
1616
license='Apache-2.0',
1717
author='IronSource Ltd.',

0 commit comments

Comments
 (0)