Skip to content

Commit 99c9361

Browse files
committed
Update version numbers and changelogs for 2.1.1.
1 parent 20d0dc0 commit 99c9361

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog for ssm
22
=================
33

4+
* Wed Oct 30 2013 Adrian Coveney <[email protected] - 2.1.1-0
5+
- Change behaviour of ping to start and abort a transaction
6+
instead of sending empty message.
7+
- Raise exception when not connected during send_all.
8+
49
* Tue Apr 16 2013 Will Rogers <[email protected]> - 2.1.0-0
510
- Verify any certificate supplied for encrypting messages
611
against the CA path

apel-ssm.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%endif
55

66
Name: apel-ssm
7-
Version: 2.1.0
7+
Version: 2.1.1
88
Release: 0%{?dist}
99
Summary: Secure stomp messenger
1010

@@ -91,6 +91,11 @@ rm -rf $RPM_BUILD_ROOT
9191
%doc %_defaultdocdir/%{name}
9292

9393
%changelog
94+
* Wed Oct 30 2013 Adrian Coveney <[email protected] - 2.1.1-0
95+
- Change behaviour of ping to start and abort a transaction
96+
instead of sending empty message.
97+
- Raise exception when not connected during send_all.
98+
9499
* Tue Apr 16 2013 Will Rogers <[email protected]> - 2.1.0-0
95100
- Verify any certificate supplied for encrypting messages
96101
against the CA path

ssm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import logging
2020
import sys
2121

22-
__version__ = (2, 1, 0)
22+
__version__ = (2, 1, 1)
2323

2424
LOG_BREAK = '========================================'
2525

0 commit comments

Comments
 (0)