From 56a29d8b9a005bc166d87d64a5301515f04d3364 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 19 Nov 2024 13:27:07 +1100 Subject: [PATCH] Release 2.50.0 --- CHANGELOG.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e87bb9fe..a73c2141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - n/a +## [2.50.0] - 2024-11-19 + +### Added + +- `pub` source can now generate `VHDPushItem` + ## [2.49.0] - 2024-11-08 ### Added @@ -557,7 +563,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.49.0...HEAD +[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.50.0...HEAD +[2.50.0]: https://github.com/release-engineering/pushsource/compare/v2.49.0...v2.50.0 [2.49.0]: https://github.com/release-engineering/pushsource/compare/v2.48.1...v2.49.0 [2.48.1]: https://github.com/release-engineering/pushsource/compare/v2.48.0...v2.48.1 [2.48.0]: https://github.com/release-engineering/pushsource/compare/v2.47.2...v2.48.0 diff --git a/setup.py b/setup.py index efe6e730..04825b93 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_requirements(): setup( name="pushsource", - version="2.49.0", + version="2.50.0", packages=find_packages("src"), package_dir={"": "src"}, include_package_data=True,