Skip to content

Commit

Permalink
Release v2.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rbikar committed Jan 5, 2023
1 parent 861dbfd commit 10c63eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [2.23.5] - 2023-01-05

### Fixed

- Fixed compatibility with older `attrs` versions

## [2.23.4] - 2022-12-06

### Fixed
Expand Down Expand Up @@ -341,7 +347,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.23.4...HEAD
[Unreleased]: https://github.com/release-engineering/pushsource/compare/v2.23.5...HEAD
[2.23.5]: https://github.com/release-engineering/pushsource/compare/v2.23.4...v2.23.5
[2.23.4]: https://github.com/release-engineering/pushsource/compare/v2.23.3...v2.23.4
[2.23.3]: https://github.com/release-engineering/pushsource/compare/v2.23.2...v2.23.3
[2.23.2]: https://github.com/release-engineering/pushsource/compare/v2.23.1...v2.23.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="pushsource",
version="2.23.4",
version="2.23.5",
packages=find_packages("src"),
package_dir={"": "src"},
include_package_data=True,
Expand Down

0 comments on commit 10c63eb

Please sign in to comment.