Skip to content

Commit

Permalink
Release 2.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
negillett committed Aug 7, 2024
1 parent f9f02cd commit 1094e8f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [2.46.1] - 2024-08-07

### Added

- Added `wait_exist` call on paths iterated in `StagedSource`
- fixed outdated badges in README

## [2.46.0] - 2024-05-20

### Added
Expand Down Expand Up @@ -509,7 +516,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial stable release of project

[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.46.0...HEAD
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.46.1...HEAD
[2.46.1]: https://github.com/release-engineering/pushsource/compare/v2.46.0...v2.46.1
[2.46.0]: https://github.com/release-engineering/pushsource/compare/v2.45.0...v2.46.0
[2.45.0]: https://github.com/release-engineering/pushsource/compare/v2.44.0...v2.45.0
[2.44.0]: https://github.com/release-engineering/pushsource/compare/v2.43.1...v2.44.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="pushsource",
version="2.46.0",
version="2.46.1",
packages=find_packages("src"),
package_dir={"": "src"},
include_package_data=True,
Expand Down

0 comments on commit 1094e8f

Please sign in to comment.