Skip to content

Commit d5052bb

Browse files
authored
Update changelog and bump version (#255)
1 parent ccc9b49 commit d5052bb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning][semver].
1111
### Added
1212

1313

14+
### Changed
15+
16+
17+
### Fixed
18+
19+
20+
## [0.19.0] - 06/14/2022
21+
22+
### Added
23+
24+
1425
### Changed
1526

1627
- Loosen dependencies and pin pynacl ([254])
@@ -679,7 +690,8 @@ and this project adheres to [Semantic Versioning][semver].
679690
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
680691
[semver]: https://semver.org/spec/v2.0.0.html
681692

682-
[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.18.0...HEAD
693+
[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.19.0...HEAD
694+
[0.19.0]: https://github.com/openlawlibrary/taf/compare/v0.18.0...v0.19.0
683695
[0.18.0]: https://github.com/openlawlibrary/taf/compare/v0.17.0...v0.18.0
684696
[0.17.0]: https://github.com/openlawlibrary/taf/compare/v0.16.0...v0.17.0
685697
[0.16.0]: https://github.com/openlawlibrary/taf/compare/v0.15.0...v0.16.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from importlib.util import find_spec
33

44
PACKAGE_NAME = "taf"
5-
VERSION = "0.18.0"
5+
VERSION = "0.19.0"
66
AUTHOR = "Open Law Library"
77
AUTHOR_EMAIL = "[email protected]"
88
DESCRIPTION = "Implementation of archival authentication"

0 commit comments

Comments
 (0)