Skip to content

Commit 8cb9d32

Browse files
Merge pull request #203 from SUSE/release_0.10.6
Release 0.10.6
2 parents 80ee013 + e54ee74 commit 8cb9d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osctiny/__init__.py

+1-1
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.5"
9+
__version__ = "0.10.6"

setup.py

+1-1
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.5',
29+
version='0.10.6',
3030
description='Client API for openSUSE BuildService',
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)