Skip to content

Commit cc57ea0

Browse files
authored
Merge pull request #210 from SUSE/release
Release 0.10.7
2 parents ae119ba + 860dd0b commit cc57ea0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

osctiny/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__all__ = ['Osc', 'bs_requests', 'buildresults', 'comments', 'packages',
88
'projects', 'search', 'users']
9-
__version__ = "0.10.6"
9+
__version__ = "0.10.7"

osctiny/extensions/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_list(self, project: str, deleted: typing.Optional[bool] = None, expand:
6565
.. versionchanged:: 0.7.6
6666
Changed default value of ``expand`` to ``False``
6767
68-
.. versionchanged:: {{NEXT_RELEASE}}
68+
.. versionchanged:: 0.10.7
6969
Made the ``deleted`` parameter fully optional. It is no longer a boolean flag but really
7070
a boolean parameter, so ``deleted=0`` is actually added to the API call.
7171

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _filter(requires):
2626

2727
setup(
2828
name='osc-tiny',
29-
version='0.10.6',
29+
version='0.10.7',
3030
description='Client API for openSUSE BuildService',
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)