Skip to content

Commit 1a2951a

Browse files
committed
Release 2.51.0
1 parent 60dcca5 commit 1a2951a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- n/a
1111

12+
## [2.51.0] - 2025-01-30
13+
14+
### Added
15+
16+
- `opener` and `content()` in `PushItem` to read push item content
17+
1218
## [2.50.0] - 2024-11-19
1319

1420
### Added
@@ -563,7 +569,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
563569

564570
- Initial stable release of project
565571

566-
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.50.0...HEAD
572+
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.51.0...HEAD
573+
[2.51.0]: https://github.com/release-engineering/pushsource/compare/v2.50.0...v2.51.0
567574
[2.50.0]: https://github.com/release-engineering/pushsource/compare/v2.49.0...v2.50.0
568575
[2.49.0]: https://github.com/release-engineering/pushsource/compare/v2.48.1...v2.49.0
569576
[2.48.1]: https://github.com/release-engineering/pushsource/compare/v2.48.0...v2.48.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_requirements():
2121

2222
setup(
2323
name="pushsource",
24-
version="2.50.0",
24+
version="2.51.0",
2525
packages=find_packages("src"),
2626
package_dir={"": "src"},
2727
include_package_data=True,

0 commit comments

Comments
 (0)