Skip to content

Commit

Permalink
Automatic commit of package [python-pylero] release [0.0.6-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
waynesun09 committed Feb 17, 2023
1 parent 8a115bb commit 898b299
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/python-pylero
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5-1 ./
0.0.6-1 ./
6 changes: 5 additions & 1 deletion python-pylero.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: python-pylero
Version: 0.0.5
Version: 0.0.6
Release: 1%{?dist}
Summary: Python SDK for Polarion

Expand Down Expand Up @@ -82,6 +82,10 @@ Summary: %{summary}


%changelog
* Fri Feb 17 2023 Wayne Sun <[email protected]> 0.0.6-1
- Update suds dependency for CentOS Stream
- Rebuilt doc to latest ([email protected])

* Wed Dec 21 2022 Wayne Sun <[email protected]> 0.0.5-1
- Rename spec to python-pylero
- Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
if __name__ == "__main__":
setup(
name=PACKAGE_NAME,
version="0.0.5",
version="0.0.6",
description="Python SDK for Polarion",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 898b299

Please sign in to comment.