diff --git a/CHANGES.rst b/CHANGES.rst index a6a1c4d..ee2a1d4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,18 @@ Changelog ========= -0.59.0 (2025-12-21) +0.60.0 (2025-12-24) ------------------- ------------------------ +- Rm max_retries.py. [michaelmartinez] +- Readme. [michaelmartinez] +- Don't use a global variable, pass the args instead. [michaelmartinez] +- Readme, simplify the logic a bit. [michaelmartinez] +- Max_retries 5. [michaelmartinez] + + +0.59.0 (2025-12-21) +------------------- - Add --starred-skip-size-over flag to limit starred repo size (#108) [Rodos] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 25dbb4b..5684ec7 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = "0.59.0" +__version__ = "0.60.0"