Skip to content

Commit

Permalink
Release 0.10.4 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenIceage authored Sep 25, 2024
1 parent 08e0925 commit ad89a75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.3"
__version__ = "0.10.4"
3 changes: 3 additions & 0 deletions pylint.rc
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ ignored-parents=
# Maximum number of arguments for function / method.
max-args=5

# Maximum number of positional arguments for function / method.
max-positional-arguments=9

# Maximum number of attributes for a class (see R0902).
max-attributes=7

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.3',
version='0.10.4',
description='Client API for openSUSE BuildService',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ad89a75

Please sign in to comment.