Skip to content

Commit

Permalink
Release 0.27.0 (#359)
Browse files Browse the repository at this point in the history
* chore: update changelog and bump version

* chore: Update CHANGELOG.md
  • Loading branch information
renatav authored Sep 22, 2023
1 parent b12e91b commit c143afd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning][semver].

## [Unreleased]


### Added

### Changed

### Fixed


## [0.27.0] - 09/22/2023

### Added

- Automatically commit and push to remote unless a --no-commit flag is specified ([357])
Expand Down Expand Up @@ -975,7 +985,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.26.1...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.27.0...HEAD
[0.27.0]: https://github.com/openlawlibrary/taf/compare/v0.26.1...v0.27.0
[0.26.1]: https://github.com/openlawlibrary/taf/compare/v0.26.0...v0.26.1
[0.26.0]: https://github.com/openlawlibrary/taf/compare/v0.25.0...v0.26.0
[0.25.0]: https://github.com/openlawlibrary/taf/compare/v0.24.0...v0.25.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.26.1"
VERSION = "0.27.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit c143afd

Please sign in to comment.