Skip to content

Commit 6dbad66

Browse files
author
Torsten Rehn
committed
release 0.3.0
1 parent a088b28 commit 6dbad66

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.3.0
2+
=====
3+
4+
2015-02-05
5+
6+
* added full text search
7+
* added search API
8+
* improved secret list display
9+
* added pagination for secret lists
10+
* relaxed URL validation even further
11+
12+
113
0.2.2
214
=====
315

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.2.2",
11+
version="0.3.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, 2, 2)
1+
VERSION = (0, 3, 0)
22
VERSION_STRING = ".".join([str(v) for v in VERSION])

0 commit comments

Comments
 (0)