Skip to content

Commit

Permalink
Prepare a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gonchik committed Feb 3, 2024
1 parent d57d139 commit 26f450e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion atlassian/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.41.9
3.41.10
4 changes: 2 additions & 2 deletions atlassian/bitbucket/cloud/repositories/commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def each(self, top=None, q=None, sort=None):
params["sort"] = sort
if q is not None:
params["q"] = q
trailing=True
trailing = True
if top is not None:
trailing=False
trailing = False
for commit in self._get_paged(top, trailing=trailing, params=params):
yield self.__get_object(commit)

Expand Down

0 comments on commit 26f450e

Please sign in to comment.