Skip to content

Commit

Permalink
release: cut the 0.6.0b0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nymous committed Jul 16, 2021
1 parent be37360 commit 486b6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-vault"
version = "0.5.0a0"
version = "0.6.0b0"
description = "A simple extension to Pydantic BaseSettings that can retrieve secrets from Hashicorp Vault"
authors = ["Thomas Gaudin <thomas.gaudin@centraliens-lille.org>"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/nymous/pydantic-vault"
documentation = "https://github.com/nymous/pydantic-vault"
keywords = ["hashicorp", "vault", "hvac", "pydantic"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3 :: Only",
"Typing :: Typed",
"Intended Audience :: Developers",
Expand Down
2 changes: 1 addition & 1 deletion src/pydantic_vault/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0a0"
__version__ = "0.6.0b0"

from .vault_settings import VaultParameterError, vault_config_settings_source

Expand Down

0 comments on commit 486b6c5

Please sign in to comment.