Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5.2 #32

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion 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.2] - 2024-09-27

- Fix pubtools packaging conflicts by moving pubtools-exodus to a src layout

## [1.5.1] - 2023-12-05

- fixed some failing HTTP requests not being retried as intended
Expand Down Expand Up @@ -75,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Introduce exodus-pulp hook implementers
- Introduce project structure, config, CI

[Unreleased]: https://github.com/release-enineering/pubtools-exodus/compare/v1.5.1...HEAD
[Unreleased]: https://github.com/release-enineering/pubtools-exodus/compare/v1.5.2...HEAD
[1.5.2]: https://github.com/release-engineering/pubtools-exodus/compare/v1.5.1...v1.5.2
[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
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.1",
version="1.5.2",
packages=find_namespace_packages(where="src"),
package_dir={"": "src"},
include_package_data=True,
Expand Down
Loading