Skip to content

Commit 19bc77d

Browse files
committed
Bump version to 0.5.2
1 parent cb6d8f5 commit 19bc77d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

python-hawkular-client.spec

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

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

1515
License: ASL 2.0
16-
URL: https://github.com/google/%{srcname}
16+
URL: https://github.com/hawkular/%{srcname}-python
1717
Source0: https://pypi.python.org/packages/source/h/%{srcname}/%{srcname}-%{version}.tar.gz
1818

1919
BuildArch: noarch
@@ -95,6 +95,9 @@ popd
9595
%endif # with python3
9696

9797
%changelog
98+
* Thu Feb 23 2017 Michael Burman <[email protected]> - 0.5.2-1
99+
- Update to 0.5.2
100+
98101
* Tue Jan 24 2017 Troy Dawson <[email protected]> - 0.5.1-1
99102
- Update to 0.5.1
100103

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
setup(name='hawkular-client',
21-
version='0.5.1',
21+
version='0.5.2',
2222
description='Python client to communicate with Hawkular server over HTTP(S)',
2323
author='Michael Burman',
2424
author_email='[email protected]',

0 commit comments

Comments
 (0)