From 8d6e78c65fcd417b2c09dedac3ec1544bf52e6a3 Mon Sep 17 00:00:00 2001 From: bbtufty Date: Fri, 10 Jan 2025 19:57:12 +0000 Subject: [PATCH] Bump to v0.1.2 - Bump to v0.1.2 --- 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 63e32b6..776608b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.1.2 (Unreleased) +0.1.2 (2024-01-10) ================== Features @@ -33,6 +33,7 @@ ROMParser General ~~~~~~~ +- Bump to 0.1.2 - Add logo and version in GUI - Clean up potential errors if directory name ends with period - regex cleanup diff --git a/docs/conf.py b/docs/conf.py index 5cca0ff..22772cc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "romsearch" copyright = "2024, bbtufty" author = "bbtufty" -release = "0.1.1" +release = "0.1.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 45f9cc1..879bd1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "romsearch" -version = "0.1.1" +version = "0.1.2" description = "One Stop ROM Shop" readme = "README.md" requires-python = ">=3.11"