Skip to content

Commit

Permalink
Merge pull request #899 from colin-pm/develop
Browse files Browse the repository at this point in the history
Generate v1.0.2 Release
  • Loading branch information
colin-pm committed Sep 19, 2022
2 parents a513537 + 53dc043 commit d25c8da
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.0.2

- Update dependencies. GH-897

## 1.0.1

### 🐛 Bug Fixes
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.0.0"
version = "1.0.2"
# The full version, including alpha/beta/rc tags
release = "1.0.0"
release = "1.0.2"


# -- General configuration ---------------------------------------------------
Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hvac"
version = "1.0.1"
version = "1.0.2"
description = "HashiCorp Vault API client"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6.2"
pyhcl = "^0.4.4"
requests = "2.27.1"
requests = "^2.27.1"

[tool.poetry.dev-dependencies]
Werkzeug = "2.0.3"
Expand Down

0 comments on commit d25c8da

Please sign in to comment.