Skip to content

Commit

Permalink
0.4.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and sammck committed Mar 4, 2022
1 parent 0b61f4b commit 9433a31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

<!--next-version-placeholder-->

## v0.4.9 (2022-03-04)


## v0.4.8 (2022-03-04)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "secret-kv"
version = "0.4.8"
version = "0.4.9"
description = "Project-local secret key/value storage protected by a single passphrase stored in keyring"
authors = [ "Sam McKelvie <dev@mckelvie.org>" ]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion secret_kv/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


# The following line is automatically updated with "semantic-release version"
__version__ = "0.4.8"
__version__ = "0.4.9"


__all__ = [ __version__ ]

0 comments on commit 9433a31

Please sign in to comment.