Skip to content

Commit

Permalink
release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Feb 1, 2021
1 parent a145067 commit a82112e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# 0.9.1

2021-02-01

* fixed missing social auth depedency


# 0.9.0

2021-02-01
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name="teamvault",
version="0.9.0",
version="0.9.1",
description="Keep your passwords behind the firewall",
author="//SEIBERT/MEDIA GmbH",
license="GPLv3",
Expand Down
2 changes: 1 addition & 1 deletion teamvault/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 9, 0)
VERSION = (0, 9, 1)
VERSION_STRING = ".".join([str(v) for v in VERSION])

0 comments on commit a82112e

Please sign in to comment.