diff --git a/docs/conf.py b/docs/conf.py index 252b322c..aa85a226 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,9 +16,9 @@ author = "Ian Unruh, Jeffrey Hogan" # The short X.Y version -version = "2.3.0" +version = "2.4.0" # The full version, including alpha/beta/rc tags -release = "2.3.0" +release = "2.4.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 244756b6..5a24b702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hvac" -version = "2.3.0" +version = "2.4.0" description = "HashiCorp Vault API client" readme = "README.md" authors = [