From 1b4343c9f8fd628f3bd8dae37b0f16e3a94e2003 Mon Sep 17 00:00:00 2001 From: Renata Date: Tue, 25 Jan 2022 19:50:38 +0100 Subject: [PATCH] Release 0.14.0 --- CHANGELOG.md | 18 +++++++++++++++--- setup.py | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0a8930..37b30fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. - ## [Unreleased] @@ -15,7 +14,19 @@ and this project adheres to [Semantic Versioning][semver]. ### Changed -- ​Specify a list of repositories which shouldn't contain additional commits instead of just specifying a flag ([203]) + +### Fixed + + +## [0.14.0] - 01/25/2022 + + +### Added + + +### Changed + +- Specify a list of repositories which shouldn't contain additional commits instead of just specifying a flag ([203]) ### Fixed @@ -625,7 +636,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.13.4...HEAD +[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/openlawlibrary/taf/compare/v0.13.4...v0.14.0 [0.13.4]: https://github.com/openlawlibrary/taf/compare/v0.13.3...v0.13.4 [0.13.3]: https://github.com/openlawlibrary/taf/compare/v0.13.2...v0.13.3 [0.13.2]: https://github.com/openlawlibrary/taf/compare/v0.13.1...v0.13.2 diff --git a/setup.py b/setup.py index 3707ce04..af0d524d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = "taf" -VERSION = "0.13.4" +VERSION = "0.14.0" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"