Skip to content

Commit 7cf6636

Browse files
committed
Release v2.39.2
1 parent 0dc5ea1 commit 7cf6636

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

1010
- n/a
1111

12+
## [2.39.2] - 2024-07-19
13+
14+
- Fix source code structure.
15+
1216
## [2.39.1] - 2024-04-04
1317

1418
- Extra release to PyPI due to inconsistency in release tags
@@ -478,7 +482,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
478482

479483
- Initial release to PyPI
480484

481-
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...HEAD
485+
[Unreleased]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.2...HEAD
486+
[2.39.2]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.1...v2.39.2
482487
[2.39.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.39.0...v2.39.1
483488
[2.39.0]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.1...v2.39.0
484489
[2.38.1]: https://github.com/release-engineering/pubtools-pulplib/compare/v2.38.0...v2.38.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_requirements():
3636

3737
setup(
3838
name="pubtools-pulplib",
39-
version="2.39.1",
39+
version="2.39.2",
4040
packages=find_namespace_packages(where="src"),
4141
package_dir={"": "src"},
4242
package_data={"pubtools.pulplib._impl.schema": ["*.yaml"]},

0 commit comments

Comments
 (0)