Skip to content

Commit

Permalink
Merge pull request #10 from ironSource/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--ironsource_api

chore(main): release 1.1.0
  • Loading branch information
levyitay authored Dec 13, 2022
2 parents e4d3654 + e65a195 commit 498e60e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/ironsource/mobile-api-lib-python/compare/v1.0.0...v1.1.0) (2022-12-13)


### Features

* implementation of instances API V3 ([9f60a5d](https://github.com/ironsource/mobile-api-lib-python/commit/9f60a5d0edb4dd3660b56c940c1d5754c0daadc1))

## 1.0.0 (2022-11-01)


Expand Down
2 changes: 1 addition & 1 deletion ironsource_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: disable-all
__version__ = "1.0.0"
__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name='ironsource-mobile-api',
packages=packages,
version='1.0.0',
version='1.1.0',
url='https://github.com/ironSource/mobile-api-lib-python',
license='Apache-2.0',
author='IronSource Ltd.',
Expand Down

0 comments on commit 498e60e

Please sign in to comment.