Skip to content

Commit be24ebb

Browse files
committed
Update to 0.5.5
1 parent cf82b1e commit be24ebb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

python-hawkular-client.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%endif
99

1010
Name: python-%{srcname}
11-
Version: 0.5.3
11+
Version: 0.5.4
1212
Release: 1%{?dist}
1313
Summary: Python client to communicate with Hawkular server over HTTP(S)
1414

@@ -95,7 +95,13 @@ popd
9595
%endif # with python3
9696

9797
%changelog
98-
* Tue Mar 28 2017 Michael Burman <miburman@redhat.com> - 0.5.2-1
98+
* Wed Mar 14 2018 Michael Burman <miburman@redhat.com> - 0.5.5-1
99+
- Update to 0.5.5
100+
101+
* Tue Mar 13 2018 Michael Burman <miburman@redhat.com> - 0.5.4-1
102+
- Update to 0.5.4
103+
104+
* Tue Mar 28 2017 Michael Burman <miburman@redhat.com> - 0.5.3-1
99105
- Update to 0.5.3
100106

101107
* Thu Feb 23 2017 Michael Burman <miburman@redhat.com> - 0.5.2-1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919

2020
setup(name='hawkular-client',
21-
version='0.5.3',
21+
version='0.5.5',
2222
description='Python client to communicate with Hawkular server over HTTP(S)',
2323
author='Michael Burman',
2424
author_email='miburman@redhat.com',
2525
license='Apache License 2.0',
2626
url='http://github.com/hawkular/hawkular-client-python',
2727
classifiers=[
28-
'Development Status :: 4 - Beta',
28+
'Development Status :: 5 - Production/Stable',
2929
'Intended Audience :: Developers',
3030
'Programming Language :: Python',
3131
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)