Skip to content

Commit 68af1d4

Browse files
committed
Release version 0.61.5
1 parent b112b43 commit 68af1d4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
Changelog
22
=========
33

4-
0.61.4 (2026-02-16)
4+
0.61.5 (2026-02-18)
55
-------------------
66
------------------------
7+
- Fix empty repository crash due to None timestamp comparison (#489)
8+
[Rodos]
9+
10+
Empty repositories have None for pushed_at/updated_at, causing a
11+
TypeError when compared to the last_update string. Use .get() with
12+
truthiness check to skip None timestamps in incremental tracking.
13+
14+
15+
0.61.4 (2026-02-16)
16+
-------------------
717
- Fix HTTP 451 DMCA and 403 TOS handling regression (#487) [Rodos]
818

919
The DMCA handling added in PR #454 had a bug: make_request_with_retry()

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.61.4"
1+
__version__ = "0.61.5"

0 commit comments

Comments
 (0)