Skip to content

Commit

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

chore(main): release 1.0.0
  • Loading branch information
levyitay authored Nov 1, 2022
2 parents 30b0b38 + 6090463 commit 5741e9c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 1.0.0 (2022-11-01)


### Bug Fixes

* Fixed and prepare for version update and deployment ([32afee7](https://github.com/ironsource/mobile-api-lib-python/commit/32afee79b09b1bce6ff3c202669d09ae43364cd9))
* fixed main workflow removed gitleaks for now ([5400af5](https://github.com/ironsource/mobile-api-lib-python/commit/5400af5e61e7af8eb5c989661de88b1cf5c06788))
* removed deploy workflow ([54c7770](https://github.com/ironsource/mobile-api-lib-python/commit/54c77700bc624c979d86dbf29345b1c9eb9f54f8))


### Miscellaneous Chores

* release 1.0.0 ([8ba539c](https://github.com/ironsource/mobile-api-lib-python/commit/8ba539cb7a0a8ec51c51c54529361d57aaee6e53))
* release 1.0.0 ([46198f6](https://github.com/ironsource/mobile-api-lib-python/commit/46198f61ba05983a816f6107043e44b5821c4c50))
* Release 1.0.0 ([ff2290d](https://github.com/ironsource/mobile-api-lib-python/commit/ff2290defa31619805851bdcf7ad6dce0cf544d2))
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__ = "0.0.2"
__version__ = "1.0.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='0.0.2',
version='1.0.0',
url='https://github.com/ironSource/mobile-api-lib-python',
license='Apache-2.0',
author='IronSource Ltd.',
Expand Down

0 comments on commit 5741e9c

Please sign in to comment.