Skip to content

Commit

Permalink
Release 2.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Feb 27, 2024
1 parent 0540507 commit 223afb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [2.43.0] - 2024-02-28

### Added

- Introduced `VMIPushItem.marketplace_title`, `VMIPushItem.marketplace_title_template`

## [2.42.0] - 2024-02-22

### Added
Expand Down Expand Up @@ -477,7 +483,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.42.0...HEAD
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.43.0...HEAD
[2.43.0]: https://github.com/release-engineering/pushsource/compare/v2.42.0...v2.43.0
[2.42.0]: https://github.com/release-engineering/pushsource/compare/v2.41.0...v2.42.0
[2.41.0]: https://github.com/release-engineering/pushsource/compare/v2.40.0...v2.41.0
[2.40.0]: https://github.com/release-engineering/pushsource/compare/v2.39.0...v2.40.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_requirements():

setup(
name="pushsource",
version="2.42.0",
version="2.43.0",
packages=find_packages("src"),
package_dir={"": "src"},
include_package_data=True,
Expand Down

0 comments on commit 223afb1

Please sign in to comment.