Skip to content

Commit 5741e9c

Browse files
authored
Merge pull request #7 from ironSource/release-please--branches--main--components--ironsource_api
chore(main): release 1.0.0
2 parents 30b0b38 + 6090463 commit 5741e9c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Fixed and prepare for version update and deployment ([32afee7](https://github.com/ironsource/mobile-api-lib-python/commit/32afee79b09b1bce6ff3c202669d09ae43364cd9))
9+
* fixed main workflow removed gitleaks for now ([5400af5](https://github.com/ironsource/mobile-api-lib-python/commit/5400af5e61e7af8eb5c989661de88b1cf5c06788))
10+
* removed deploy workflow ([54c7770](https://github.com/ironsource/mobile-api-lib-python/commit/54c77700bc624c979d86dbf29345b1c9eb9f54f8))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* release 1.0.0 ([8ba539c](https://github.com/ironsource/mobile-api-lib-python/commit/8ba539cb7a0a8ec51c51c54529361d57aaee6e53))
16+
* release 1.0.0 ([46198f6](https://github.com/ironsource/mobile-api-lib-python/commit/46198f61ba05983a816f6107043e44b5821c4c50))
17+
* Release 1.0.0 ([ff2290d](https://github.com/ironsource/mobile-api-lib-python/commit/ff2290defa31619805851bdcf7ad6dce0cf544d2))

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__ = "0.0.2"
2+
__version__ = "1.0.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='0.0.2',
14+
version='1.0.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)