From 3e996564cef9c17cd120a0814e4b2b48f1a42d95 Mon Sep 17 00:00:00 2001 From: bbtufty Date: Mon, 30 Dec 2024 10:23:24 +0000 Subject: [PATCH] Bump to v0.6 - Bump to v0.6 --- CHANGES.rst | 3 ++- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3062272..0e70fbd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ -0.6 (Unreleased) +0.6 (2024-12-30) ================ +- Bumpy to v0.6 [#43] - Fix crash if NXBrew URL is invalid [#42] - Use exact versions in pyproject [#32] - Edit GH actions to run on main [#31] diff --git a/docs/conf.py b/docs/conf.py index 1c122ca..fd6b5e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'nxbrew_dl' copyright = '2024, bbtufty' author = 'bbtufty' -release = '0.5' +release = '0.6' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index a8d23c0..abecb63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "nxbrew_dl" -version = "0.5" +version = "0.6" description = "NXBrew Downloader" readme = "README.md" requires-python = ">=3.11"