Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Rehn committed Jan 11, 2015
1 parent c4a054e commit 983e732
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.2.0
=====

2015-01-11

* added file secrets
* added credit card secrets
* added logging to syslog
* added `teamvault plumbing` command
* fixed login with some WebKit-based browsers


0.1.0
=====

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

setup(
name="teamvault",
version="0.1.0",
version="0.2.0",
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, 1, 0)
VERSION = (0, 2, 0)
VERSION_STRING = ".".join([str(v) for v in VERSION])

0 comments on commit 983e732

Please sign in to comment.