Skip to content

Commit

Permalink
Merge pull request SUSE#168 from SUSE/release
Browse files Browse the repository at this point in the history
Release 0.10.1
  • Loading branch information
frozenIceage authored Jun 28, 2024
2 parents d0cec0c + 7fcdb02 commit f6ead75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion osctiny/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__all__ = ['Osc', 'bs_requests', 'buildresults', 'comments', 'packages',
'projects', 'search', 'users']
__version__ = "0.10.0"
__version__ = "0.10.1"
2 changes: 1 addition & 1 deletion osctiny/extensions/bs_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def create(self, actions: typing.Iterable[Action],
.. versionadded:: 0.10.0
.. versionchanged:: {{ NEXT_RELEASE }}
.. versionchanged:: 0.10.1
Added the ``description`` parameter.
"""
sub_elements = [action.asxml() for action in actions]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _filter(requires):

setup(
name='osc-tiny',
version='0.10.0',
version='0.10.1',
description='Client API for openSUSE BuildService',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f6ead75

Please sign in to comment.