Skip to content

Commit

Permalink
2.2.3 version bump and changelog (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh authored Jan 17, 2017
1 parent 891687c commit 42d73fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Unreleased
Released:
2.2.3
Released: 1/16/17
[email protected]
- Fix crash in `-e` mode. Fixes #28.
- Fix pius-report crash
- Fix pius-report mis-matched email bodies
[email protected]
- Fix message typo

2.2.2
Released: 1/17/15
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.2'
VERSION = '2.2.3'
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.2';
use constant VERSION => '2.2.3';

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.2
%define version 2.2.3
%define release 1

Name: %{name}
Expand Down

0 comments on commit 42d73fb

Please sign in to comment.