Skip to content

Commit ac5ce62

Browse files
committed
release 0.9.2
1 parent 54b3838 commit ac5ce62

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.9.2
2+
3+
2021-02-08
4+
5+
* follow deeplinks after Google login
6+
7+
18
# 0.9.1
29

310
2021-02-01

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="teamvault",
11-
version="0.9.1",
11+
version="0.9.2",
1212
description="Keep your passwords behind the firewall",
1313
author="//SEIBERT/MEDIA GmbH",
1414
license="GPLv3",

teamvault/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 9, 1)
1+
VERSION = (0, 9, 2)
22
VERSION_STRING = ".".join([str(v) for v in VERSION])

0 commit comments

Comments
 (0)