Skip to content

Commit

Permalink
Version bump to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Mar 19, 2018
1 parent e340510 commit 811a2bd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.2.6
Released: 3/18/18
[email protected]
- [pius] Fix importing keyring (closes #74)
- [pius-party-worksheet] Add support for EC keytypes (closes #76)
- README.md fixes (closes #77)
- help message fixes (closes #78)

2.2.5
Released: 3/17/18
[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.5'
VERSION = '2.2.6'
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.5';
use constant VERSION => '2.2.6';

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.5
%define version 2.2.6
%define release 1

Name: %{name}
Expand Down

0 comments on commit 811a2bd

Please sign in to comment.