Skip to content

Commit

Permalink
chore: release 0.29.1 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav authored Feb 7, 2024
1 parent e18d99d commit 9786058
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning][semver].

### Added

### Changed

### Fixed

## [0.29.1] - 02/07/2024

### Added

- Add a test for updating a repositories which references other authentication repositories. Test repositories are set up programmatically ([386])

### Changed
Expand Down Expand Up @@ -1041,7 +1049,8 @@ and this project adheres to [Semantic Versioning][semver].

[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.29.0...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.29.1...HEAD
[0.29.1]: https://github.com/openlawlibrary/taf/compare/v0.29.0...v0.29.1
[0.29.0]: https://github.com/openlawlibrary/taf/compare/v0.28.0...v0.29.0
[0.28.0]: https://github.com/openlawlibrary/taf/compare/v0.27.0...v0.28.0
[0.27.0]: https://github.com/openlawlibrary/taf/compare/v0.26.1...v0.27.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from importlib.util import find_spec

PACKAGE_NAME = "taf"
VERSION = "0.29.0"
VERSION = "0.29.1"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 9786058

Please sign in to comment.