Skip to content

Commit 811a2bd

Browse files
committed
Version bump to 2.2.6
1 parent e340510 commit 811a2bd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.2.6
2+
Released: 3/18/18
3+
phil@ipom.com
4+
- [pius] Fix importing keyring (closes #74)
5+
- [pius-party-worksheet] Add support for EC keytypes (closes #76)
6+
- README.md fixes (closes #77)
7+
- help message fixes (closes #78)
8+
19
2.2.5
210
Released: 3/17/18
311
phil@ipom.com

libpius/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os
44

5-
VERSION = '2.2.5'
5+
VERSION = '2.2.6'
66
MODE_INTERACTIVE = 0
77
MODE_CACHE_PASSPHRASE = 1
88
MODE_AGENT = 2

pius-party-worksheet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use Getopt::Long;
2020
# You can find the original at http://www.cryptnet.net/people/vab/
2121
#
2222

23-
use constant VERSION => '2.2.5';
23+
use constant VERSION => '2.2.6';
2424

2525
sub print_html_header
2626
{

pius.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name pius
2-
%define version 2.2.5
2+
%define version 2.2.6
33
%define release 1
44

55
Name: %{name}

0 commit comments

Comments
 (0)