From c63fb37d30fc5547f39c2ba798c30a97545ea285 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 12 Jan 2026 16:30:28 +0000 Subject: [PATCH] Release version 0.61.0 --- CHANGES.rst | 9 ++++++++- github_backup/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ee2a1d4..0e66663 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,16 @@ Changelog ========= -0.60.0 (2025-12-24) +0.61.0 (2026-01-12) ------------------- ------------------------ +- Docs: Add missing `--retries` argument to README. [Lukas Bestle] +- Test: Adapt tests to new argument. [Lukas Bestle] +- Feat: Backup of repository security advisories. [Lukas Bestle] + + +0.60.0 (2025-12-24) +------------------- - Rm max_retries.py. [michaelmartinez] - Readme. [michaelmartinez] - Don't use a global variable, pass the args instead. [michaelmartinez] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 5684ec7..a076e5d 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = "0.60.0" +__version__ = "0.61.0"