Skip to content

Commit

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

/usr/bin/tito tag
  • Loading branch information
waynesun09 committed Mar 5, 2024
1 parent a44ad56 commit 5f71bad
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.8-1 ./
0.0.9-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.8
Version: 0.0.9
Release: 1%{?dist}
Summary: Python SDK for Polarion

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


%changelog
* Tue Mar 05 2024 Wayne Sun <[email protected]>
- Remove Python 3.6 and add 3.12
- Bug fix and doc update

* Tue Mar 14 2023 Wayne Sun <[email protected]> 0.0.8-1
- Add token config support

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if __name__ == "__main__":
setup(
name=PACKAGE_NAME,
version="0.0.8",
version="0.0.9",
description="Python SDK for Polarion",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5f71bad

Please sign in to comment.