Skip to content

Commit

Permalink
Release/v1.2.1 (#1047)
Browse files Browse the repository at this point in the history
* bump to 1.2.1

* update changelog
  • Loading branch information
briantist committed Sep 9, 2023
1 parent c784706 commit 6ae1d21
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = False
tag = False

Expand Down
8 changes: 8 additions & 0 deletions 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`.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion 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 = [
Expand Down

0 comments on commit 6ae1d21

Please sign in to comment.