Skip to content

Commit

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

/usr/bin/tito tag

Signed-off-by: Wayne Sun <gsun@redhat.com>
  • Loading branch information
waynesun09 committed May 21, 2024
1 parent 7a6aa9c commit 567a318
Show file tree
Hide file tree
Showing 3 changed files with 20 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.9-1 ./
0.1.0-1 ./
19 changes: 18 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.9
Version: 0.1.0
Release: 1%{?dist}
Summary: Python SDK for Polarion

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


%changelog
* Mon May 20 2024 Wayne Sun <gsun@redhat.com> 0.1.0-1
- feat: add flag for incident creation (konstantin.althaus.ext@vaillant-
group.com)
- refactor: safely import test case workitem type
(konstantin.althaus.ext@vaillant-group.com)
- fix: catch exceptions, avoid empty tables (konstantin.althaus.ext@vaillant-
group.com)
- refactor: auxiliary functions become methods
(konstantin.althaus.ext@vaillant-group.com)
- feat: add dummy TestCase class (konstantin.althaus.ext@vaillant-group.com)
- fix: add project_id to _WorkItem (konstantin.althaus.ext@vaillant-group.com)
- Adding methods that get document revision/s (emesika@redhat.com)
- fix: erase title only for subcomments
(45875998+AlthausKonstantin@users.noreply.github.com)
- Feat/link external workitmes (#176)
(45875998+AlthausKonstantin@users.noreply.github.com)

* Tue Mar 05 2024 Wayne Sun <gsun@redhat.com>
- Remove Python 3.6 and add 3.12
- Bug fix and doc update
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.9",
version="0.1.0",
description="Python SDK for Polarion",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 567a318

Please sign in to comment.