From 2a9d86a6bf2f1de3989e6a411b5a7dc326546e79 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 3 Dec 2025 02:17:59 +0000 Subject: [PATCH] Release version 0.54.0 --- CHANGES.rst | 17 ++++++++++++++++- github_backup/__init__.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b84d655..1b02e0d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,25 @@ Changelog ========= -0.53.0 (2025-11-30) +0.54.0 (2025-12-03) ------------------- ------------------------ +Fix +~~~ +- Send INFO/DEBUG to stdout, WARNING/ERROR to stderr. [Rodos] + + Fixes #182 + +Other +~~~~~ +- Docs: update README testing section and add fetch vs pull explanation. + [Rodos] + + +0.53.0 (2025-11-30) +------------------- + Fix ~~~ - Case-sensitive username filtering causing silent backup failures. diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 3c5da5f..450ee12 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = "0.53.0" +__version__ = "0.54.0"