From 6ae1d2148857e792bf5e03c848788b6002687d66 Mon Sep 17 00:00:00 2001 From: Brian Scholer <1260690+briantist@users.noreply.github.com> Date: Sat, 9 Sep 2023 11:58:18 -0400 Subject: [PATCH] Release/v1.2.1 (#1047) * bump to 1.2.1 * update changelog --- .bumpversion.cfg | 2 +- CHANGELOG.md | 8 ++++++++ docs/conf.py | 4 ++-- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8e2a0d7b..1beccab9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 commit = False tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a521c7c..e6854f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.2.1 + +This release fixes an inaccuracy in a warning message but does not otherwise change functionality. + +### 🐛 Bug Fixes + +- Fix raise_on_deleted_version warning ([GH-1045](https://github.com/hvac/hvac/pull/1045)) + ## 1.2.0 This is the last expected release before `v2.0.0`. diff --git a/docs/conf.py b/docs/conf.py index 78e37e45..b5a442f0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,9 +16,9 @@ author = "Ian Unruh, Jeffrey Hogan" # The short X.Y version -version = "1.2.0" +version = "1.2.1" # The full version, including alpha/beta/rc tags -release = "1.2.0" +release = "1.2.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 41420fbc..92604f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hvac" -version = "1.2.0" +version = "1.2.1" description = "HashiCorp Vault API client" readme = "README.md" authors = [