Skip to content

Commit

Permalink
Version bump and changelog (2.2.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Mar 1, 2017
1 parent f8ebe99 commit d09e8d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.2.4
Released: 2/28/17
[email protected]
- [pius] Handle agent version mismatch error from gpg
- [pius-keyring-mgr] Use long keyids (security)
- [pius-party-worksheet] Handle new gpg format
[email protected]
- [pius] - Do not remove signing key from trustdb (closes #47)

2.2.3
Released: 1/16/17
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion libpius/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

VERSION = '2.2.3'
VERSION = '2.2.4'
MODE_INTERACTIVE = 0
MODE_CACHE_PASSPHRASE = 1
MODE_AGENT = 2
Expand Down
2 changes: 1 addition & 1 deletion pius-party-worksheet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use Getopt::Long;
# You can find the original at http://www.cryptnet.net/people/vab/
#

use constant VERSION => '2.2.3';
use constant VERSION => '2.2.4';

sub print_html_header
{
Expand Down
2 changes: 1 addition & 1 deletion pius.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name pius
%define version 2.2.3
%define version 2.2.4
%define release 1

Name: %{name}
Expand Down

0 comments on commit d09e8d0

Please sign in to comment.