From ad707abb9a947b92116093c77a83c8568897e9a0 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Fri, 1 Nov 2024 09:00:50 +1100 Subject: [PATCH] Release 2.48.0 --- CHANGELOG.md | 13 ++++++++++++- setup.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04efba6d..f317d1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a +## [2.48.0] - 2024-11-01 + +### Added + +- Introduced `CLOUD_IMAGES` support in `staged` source + +### Fixed + +- Fixed crashes on serializing some fields in `pushsource-ls` command + ## [2.47.2] - 2024-09-05 ### Fixed @@ -535,7 +545,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial stable release of project -[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.47.2...HEAD +[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.48.0...HEAD +[2.48.0]: https://github.com/release-engineering/pushsource/compare/v2.47.2...v2.48.0 [2.47.2]: https://github.com/release-engineering/pushsource/compare/v2.47.1...v2.47.2 [2.47.1]: https://github.com/release-engineering/pushsource/compare/v2.47.0...v2.47.1 [2.47.0]: https://github.com/release-engineering/pushsource/compare/v2.46.1...v2.47.0 diff --git a/setup.py b/setup.py index c5cadfce..f579cd45 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pushsource", - version="2.47.2", + version="2.48.0", packages=find_packages("src"), package_dir={"": "src"}, include_package_data=True,