From 609046367c06560e5d40813ad4f94c549e85680b Mon Sep 17 00:00:00 2001 From: itay-sheriff <114186419+itay-sheriff@users.noreply.github.com> Date: Tue, 1 Nov 2022 13:54:42 -0700 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ ironsource_api/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e8e3f19 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/ironsource_api/__init__.py b/ironsource_api/__init__.py index d7d6b17..f386a1e 100644 --- a/ironsource_api/__init__.py +++ b/ironsource_api/__init__.py @@ -1,2 +1,2 @@ # pylint: disable-all -__version__ = "0.0.2" +__version__ = "1.0.0" diff --git a/setup.py b/setup.py index b9182a8..70681f1 100644 --- a/setup.py +++ b/setup.py @@ -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.',