From 1954d94c0bbe098be2636bdd0160a350acea5e93 Mon Sep 17 00:00:00 2001 From: danixeee Date: Wed, 28 Oct 2020 15:40:14 +0100 Subject: [PATCH] Release v0.7.1 (#157) * Bump version * Update changelog --- CHANGELOG.md | 12 +++++++++++- setup.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e94608..66b89c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning][semver]. ### Changed +### Fixed + + +## [0.7.1] - 10/28/2020 + +### Added + +### Changed + - Small branches_containing_commit git method fix following git changes ([156]) ### Fixed @@ -347,7 +356,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/pygls/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/openlawlibrary/pygls/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/openlawlibrary/taf/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/openlawlibrary/taf/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/openlawlibrary/taf/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/openlawlibrary/taf/compare/v0.5.2...v0.6.0 diff --git a/setup.py b/setup.py index 4551768b..8fa8c4c4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup PACKAGE_NAME = "taf" -VERSION = "0.7.0" +VERSION = "0.7.1" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"