Skip to content

Commit b47e3d8

Browse files
author
Torsten Rehn
committed
release 0.4.0
1 parent dd5723d commit b47e3d8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.4.0
2+
=====
3+
4+
2015-04-06
5+
6+
* changed URLs to use hashids
7+
* added substring search for filename, URL, and username
8+
* added notification emails for access requests
9+
* fixed display of allowed users/group in secret detail view
10+
11+
112
0.3.0
213
=====
314

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.3.0",
11+
version="0.4.0",
1212
description="Keep your passwords behind the firewall",
1313
author="Torsten Rehn",
1414
author_email="[email protected]",

src/teamvault/__init__.py

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

0 commit comments

Comments
 (0)