From ecf5af2b8f16b8dfb76d7c5665ecdece55930dd4 Mon Sep 17 00:00:00 2001 From: Renata Date: Thu, 11 Nov 2021 17:28:36 +0100 Subject: [PATCH] Updated changelog and bumped version --- CHANGELOG.md | 18 ++++++++++++++++-- setup.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70eafe33..1ec534f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,21 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. - ## [Unreleased] + +### Added + + +### Changed + + +### Fixed + + +## [0.13.2] - 11/11/2021 + + ### Added @@ -25,6 +37,7 @@ and this project adheres to [Semantic Versioning][semver]. ## [0.13.1] - 10/22/2021 + ### Added @@ -569,7 +582,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.1...HEAD +[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.13.2...HEAD +[0.13.2]: https://github.com/openlawlibrary/taf/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/openlawlibrary/taf/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/openlawlibrary/taf/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/openlawlibrary/taf/compare/v0.11.2...v0.12.0 diff --git a/setup.py b/setup.py index 45161bc9..45e3c47c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = "taf" -VERSION = "0.13.1" +VERSION = "0.13.2" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"