Skip to content

Commit

Permalink
1.1.1
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 cdc1836 commit 61e9eee
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-->

## v1.1.1 (2022-03-04)


## v1.1.0 (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 = "1.1.0"
version = "1.1.1"
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__ = "1.1.0"
__version__ = "1.1.1"


__all__ = [ __version__ ]

0 comments on commit 61e9eee

Please sign in to comment.