From fd3c76cba4d4bf7b8c9c8ae4cfe1d650e66f052b Mon Sep 17 00:00:00 2001 From: Renata Vaderna Date: Mon, 16 Aug 2021 21:14:02 +0200 Subject: [PATCH] Release 0.10.1 (#178) --- CHANGELOG.md | 14 ++++++++++++-- setup.py | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a802bc80..d8cd745c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,18 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. +## [Unreleased] +### Added -## [Unreleased] + +### Changed + + +### Fixed + + +## [0.10.1] - 08/16/2021 ### Added @@ -454,7 +463,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.10.0...HEAD +[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.10.1...HEAD +[0.10.0]: https://github.com/openlawlibrary/taf/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/openlawlibrary/taf/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/openlawlibrary/taf/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/openlawlibrary/taf/compare/v0.8.1...v0.8.1 diff --git a/setup.py b/setup.py index 9b17c920..d5ecbd90 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = "taf" -VERSION = "0.10.0" +VERSION = "0.10.1" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"