File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning][semver].
11
11
### Added
12
12
13
13
14
+ ### Changed
15
+
16
+
17
+ ### Fixed
18
+
19
+
20
+ ## [ 0.19.0] - 06/14/2022
21
+
22
+ ### Added
23
+
24
+
14
25
### Changed
15
26
16
27
- Loosen dependencies and pin pynacl ([ 254] )
@@ -679,7 +690,8 @@ and this project adheres to [Semantic Versioning][semver].
679
690
[ keepachangelog ] : https://keepachangelog.com/en/1.0.0/
680
691
[ semver ] : https://semver.org/spec/v2.0.0.html
681
692
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
683
695
[ 0.18.0 ] : https://github.com/openlawlibrary/taf/compare/v0.17.0...v0.18.0
684
696
[ 0.17.0 ] : https://github.com/openlawlibrary/taf/compare/v0.16.0...v0.17.0
685
697
[ 0.16.0 ] : https://github.com/openlawlibrary/taf/compare/v0.15.0...v0.16.0
Original file line number Diff line number Diff line change 2
2
from importlib .util import find_spec
3
3
4
4
PACKAGE_NAME = "taf"
5
- VERSION = "0.18 .0"
5
+ VERSION = "0.19 .0"
6
6
AUTHOR = "Open Law Library"
7
7
AUTHOR_EMAIL = "[email protected] "
8
8
DESCRIPTION = "Implementation of archival authentication"
You can’t perform that action at this time.
0 commit comments