Skip to content

Commit

Permalink
Merge pull request #32 from crungehottman/v1.5.2
Browse files Browse the repository at this point in the history
Release 1.5.2
  • Loading branch information
crungehottman authored Sep 30, 2024
2 parents ef9be27 + 28944c9 commit 2dba680
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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

0 comments on commit 2dba680

Please sign in to comment.