File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
10
## 1.0.0 (2022-11-01)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
# pylint: disable-all
2
- __version__ = "1.0 .0"
2
+ __version__ = "1.1 .0"
Original file line number Diff line number Diff line change 11
11
setup (
12
12
name = 'ironsource-mobile-api' ,
13
13
packages = packages ,
14
- version = '1.0 .0' ,
14
+ version = '1.1 .0' ,
15
15
url = 'https://github.com/ironSource/mobile-api-lib-python' ,
16
16
license = 'Apache-2.0' ,
17
17
author = 'IronSource Ltd.' ,
You can’t perform that action at this time.
0 commit comments