Skip to content

Commit

Permalink
Update version and changelogs for rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Nov 25, 2014
1 parent 3901cc8 commit e838d46
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog for ssm
=================
* Tue Nov 25 2014 Adrian Coveney <[email protected]> - 2.1.5-0.1.rc1
- The highest version of SSL/TLS available is now used (previously only SSLv3).
- Added python-ssl as a dependency (SL5/EL5 only).
- Minor tweaks made to logging calls and the logging level of certain messages.

* Fri Aug 08 2014 Adrian Coveney <[email protected]> - 2.1.4-1
- Corrected version number used in Python code.

Expand Down
9 changes: 7 additions & 2 deletions apel-ssm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%endif

Name: apel-ssm
Version: 2.1.4
%define releasenumber 1
Version: 2.1.5
%define releasenumber 0.1.rc1
Release: %{releasenumber}%{?dist}
Summary: Secure stomp messenger

Expand Down Expand Up @@ -92,6 +92,11 @@ rm -rf $RPM_BUILD_ROOT
%doc %_defaultdocdir/%{name}

%changelog
* Tue Nov 25 2014 Adrian Coveney <[email protected]> - 2.1.5-0.1.rc1
- The highest version of SSL/TLS available is now used (previously only SSLv3).
- Added python-ssl as a dependency (SL5/EL5 only).
- Minor tweaks made to logging calls and the logging level of certain messages.

* Fri Aug 08 2014 Adrian Coveney <[email protected]> - 2.1.4-1
- Corrected version number used in Python code.

Expand Down
2 changes: 1 addition & 1 deletion ssm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import logging
import sys

__version__ = (2, 1, 4)
__version__ = (2, 1, 5)

LOG_BREAK = '========================================'

Expand Down

0 comments on commit e838d46

Please sign in to comment.