Skip to content

Commit 26f450e

Browse files
committed
Prepare a new release
1 parent d57d139 commit 26f450e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

atlassian/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.41.9
1+
3.41.10

atlassian/bitbucket/cloud/repositories/commits.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def each(self, top=None, q=None, sort=None):
3434
params["sort"] = sort
3535
if q is not None:
3636
params["q"] = q
37-
trailing=True
37+
trailing = True
3838
if top is not None:
39-
trailing=False
39+
trailing = False
4040
for commit in self._get_paged(top, trailing=trailing, params=params):
4141
yield self.__get_object(commit)
4242

0 commit comments

Comments
 (0)