File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 88%endif
99
1010Name: python-%{srcname }
11- Version: 0.5.3
11+ Version: 0.5.4
1212Release: 1%{?dist }
1313Summary: Python client to communicate with Hawkular server over HTTP(S)
1414
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
Original file line number Diff line number Diff line change 1818
1919
2020setup (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' ,
You can’t perform that action at this time.
0 commit comments