Skip to content

Commit bbcfb00

Browse files
committed
Automatic commit of package [python-pylero] release [0.0.7-1].
Created by command: /usr/bin/tito tag
1 parent 5164ca0 commit bbcfb00

3 files changed

Lines changed: 6 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.6-1 ./
1+
0.0.7-1 ./

python-pylero.spec

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

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

8383

8484
%changelog
85+
* Thu Feb 23 2023 Wayne Sun <gsun@redhat.com> 0.0.7-1
86+
- Remove platform related info
87+
8588
* Fri Feb 17 2023 Wayne Sun <gsun@redhat.com> 0.0.6-1
8689
- Update suds dependency for CentOS Stream
8790
- Rebuilt doc to latest (gsun@redhat.com)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if __name__ == "__main__":
1515
setup(
1616
name=PACKAGE_NAME,
17-
version="0.0.6",
17+
version="0.0.7",
1818
description="Python SDK for Polarion",
1919
long_description=LONG_DESCRIPTION,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)