From c391f69b677fb16fb856a1e604d3d2afde2c5934 Mon Sep 17 00:00:00 2001 From: n-dusan Date: Wed, 12 Jul 2023 12:18:35 +0200 Subject: [PATCH] docs: set version to v0.26.0 --- CHANGELOG.md | 11 ++++++++++- setup.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4109158..31082fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning][semver]. ### Added +### Changed + +### Fixed + +## [0.26.0] - 07/12/2023 + +### Added + - Add command for adding/removing roles ([314]) ### Changed @@ -911,7 +919,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.25.0...HEAD +[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.26.0...HEAD +[0.26.0]: https://github.com/openlawlibrary/taf/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/openlawlibrary/taf/compare/v0.24.0...v0.25.0 [0.24.0]: https://github.com/openlawlibrary/taf/compare/v0.23.1...v0.24.0 [0.23.1]: https://github.com/openlawlibrary/taf/compare/v0.23.0...v0.23.1 diff --git a/setup.py b/setup.py index 53f3a6c5..7563d654 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from importlib.util import find_spec PACKAGE_NAME = "taf" -VERSION = "0.25.0" +VERSION = "0.26.0" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"