Skip to content

Commit

Permalink
release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Rehn committed May 25, 2015
1 parent 9afe5ce commit b53e2bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.4.3
=====

2015-05-25

* show username field by default when adding passwords
* fixed `teamvault upgrade` missing update_search_field
* fixed typing in secret sharing modal


0.4.2
=====

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="teamvault",
version="0.4.2",
version="0.4.3",
description="Keep your passwords behind the firewall",
author="Torsten Rehn",
author_email="torsten@rehn.email",
Expand Down
2 changes: 1 addition & 1 deletion src/teamvault/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 4, 2)
VERSION = (0, 4, 3)
VERSION_STRING = ".".join([str(v) for v in VERSION])

0 comments on commit b53e2bf

Please sign in to comment.