Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Dec 4, 2023
1 parent 1336a3b commit f434506
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [1.5.1] - 2023-12-05

- fixed some failing HTTP requests not being retried as intended

## [1.5.0] - 2023-10-20

- pubtools-pulplib integration now uses phase1 commits to ensure correct behavior
Expand Down Expand Up @@ -64,14 +68,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- pubtools-exodus-push: Load content using the pushsource library

## [0.1.0] - 2022-02-24
## 0.1.0 - 2022-02-24

- Initial release
- Introduce pubtools-exodus-push entry point task
- Introduce exodus-pulp hook implementers
- Introduce project structure, config, CI

[Unreleased]: https://github.com/release-enineering/pubtools-exodus/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/release-enineering/pubtools-exodus/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/release-engineering/pubtools-exodus/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/release-engineering/pubtools-exodus/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/release-engineering/pubtools-exodus/compare/v1.3.2...v1.4.0
[1.3.2]: https://github.com/release-engineering/pubtools-exodus/compare/v1.3.1...v1.3.2
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="pubtools-exodus",
version="1.5.0",
version="1.5.1",
packages=find_packages(exclude=["tests"]),
include_package_data=True,
url="https://github.com/release-engineering/pubtools-exodus",
Expand Down

0 comments on commit f434506

Please sign in to comment.