We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4d3654 + e65a195 commit 498e60eCopy full SHA for 498e60e
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## 1.0.0 (2022-11-01)
11
12
ironsource_api/__init__.py
@@ -1,2 +1,2 @@
# pylint: disable-all
-__version__ = "1.0.0"
+__version__ = "1.1.0"
setup.py
@@ -11,7 +11,7 @@
setup(
name='ironsource-mobile-api',
13
packages=packages,
14
- version='1.0.0',
+ version='1.1.0',
15
url='https://github.com/ironSource/mobile-api-lib-python',
16
license='Apache-2.0',
17
author='IronSource Ltd.',
0 commit comments