Skip to content

Commit 42d73fb

Browse files
authored
2.2.3 version bump and changelog (#49)
1 parent 891687c commit 42d73fb

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Changelog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
Unreleased
2-
Released:
1+
2.2.3
2+
Released: 1/16/17
33
phil@ipom.com
44
- Fix crash in `-e` mode. Fixes #28.
5+
- Fix pius-report crash
6+
- Fix pius-report mis-matched email bodies
7+
noah@coderanger.net
8+
- Fix message typo
59

610
2.2.2
711
Released: 1/17/15

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.2'
5+
VERSION = '2.2.3'
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.2';
23+
use constant VERSION => '2.2.3';
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.2
2+
%define version 2.2.3
33
%define release 1
44

55
Name: %{name}

0 commit comments

Comments
 (0)