Skip to content

Commit

Permalink
chore: update changelog and seutp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Oct 24, 2024
1 parent f0da64f commit 5fc605b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ and this project adheres to [Semantic Versioning][semver].

### Fixed

## [0.32.0] - 10/23/2024

### Added


### Changed


### Fixed

- Fix specification of pygit2 version depending on the Python version [(558)]
- Fix validation and listing targets of an auth repo that does not contain `mirrors.json` [(558)]

[558]: https://github.com/openlawlibrary/taf/pull/558


## [0.31.2] - 10/16/2024

Expand Down Expand Up @@ -1305,6 +1320,7 @@ 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.31.2...HEAD
[0.32.0]: https://github.com/openlawlibrary/taf/compare/v0.31.2...v0.32.0
[0.31.2]: https://github.com/openlawlibrary/taf/compare/v0.31.1...v0.31.2
[0.31.1]: https://github.com/openlawlibrary/taf/compare/v0.31.0...v0.31.1
[0.31.0]: https://github.com/openlawlibrary/taf/compare/v0.30.2...0.31.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

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

0 comments on commit 5fc605b

Please sign in to comment.