Skip to content

Commit 898b299

Browse files
committed
Automatic commit of package [python-pylero] release [0.0.6-1].
Created by command: /usr/bin/tito tag
1 parent 8a115bb commit 898b299

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.tito/packages/python-pylero

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.5-1 ./
1+
0.0.6-1 ./

python-pylero.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: python-pylero
2-
Version: 0.0.5
2+
Version: 0.0.6
33
Release: 1%{?dist}
44
Summary: Python SDK for Polarion
55

@@ -82,6 +82,10 @@ Summary: %{summary}
8282

8383

8484
%changelog
85+
* Fri Feb 17 2023 Wayne Sun <gsun@redhat.com> 0.0.6-1
86+
- Update suds dependency for CentOS Stream
87+
- Rebuilt doc to latest (gsun@redhat.com)
88+
8589
* Wed Dec 21 2022 Wayne Sun <gsun@redhat.com> 0.0.5-1
8690
- Rename spec to python-pylero
8791
- Bug fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
if __name__ == "__main__":
4545
setup(
4646
name=PACKAGE_NAME,
47-
version="0.0.5",
47+
version="0.0.6",
4848
description="Python SDK for Polarion",
4949
long_description=LONG_DESCRIPTION,
5050
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)