From 32f84fa143cadae744111dac0df19e29a7f6efe7 Mon Sep 17 00:00:00 2001 From: Richard Dymond Date: Sat, 5 Oct 2024 08:49:27 -0300 Subject: [PATCH] Prepare 9.4 for release --- debian/changelog | 6 ++++++ rpm/skoolkit.spec | 5 ++++- skoolkit/__init__.py | 2 +- sphinx/source/changelog.rst | 4 ++-- sphinx/source/conf.py | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 318465af..d55eb581 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skoolkit (9.4-1) unstable; urgency=medium + + * Updated to 9.4. + + -- Richard Dymond Sat, 05 Oct 2024 08:44:11 -0300 + skoolkit (9.3-1) unstable; urgency=medium * Updated to 9.3. diff --git a/rpm/skoolkit.spec b/rpm/skoolkit.spec index 06bdb7a2..3f87a8e3 100644 --- a/rpm/skoolkit.spec +++ b/rpm/skoolkit.spec @@ -1,5 +1,5 @@ Name: skoolkit -Version: 9.3 +Version: 9.4 Release: 1 Summary: Tools for creating disassemblies of ZX Spectrum programs @@ -43,6 +43,9 @@ cp -a examples %{buildroot}%{_datadir}/%{name} %{python3_sitearch}/skoolkit-%{version}*.egg-info/ %changelog +* Sat Oct 05 2024 Richard Dymond 9.4-1 +- Updated to 9.4 + * Sat Aug 10 2024 Richard Dymond 9.3-1 - Updated to 9.3 diff --git a/skoolkit/__init__.py b/skoolkit/__init__.py index 050369a2..a964cd2b 100644 --- a/skoolkit/__init__.py +++ b/skoolkit/__init__.py @@ -32,7 +32,7 @@ except ImportError: # pragma: no cover CCMIOSimulator = None -VERSION = '9.4rc' +VERSION = '9.4' PACKAGE_DIR = os.path.dirname(__file__) BASE_10 = 10 diff --git a/sphinx/source/changelog.rst b/sphinx/source/changelog.rst index 1b30c331..526c7b28 100644 --- a/sphinx/source/changelog.rst +++ b/sphinx/source/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -9.4rc ------ +9.4 (2024-10-05) +---------------- * Added support to :ref:`skool2bin.py ` for reading configuration from `skoolkit.ini` * Added the ``--ini`` and ``--show-config`` options to :ref:`skool2bin.py` (for diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index b6629859..d4471b04 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -48,7 +48,7 @@ # The short X.Y version. version = '9.4' # The full version, including alpha/beta/rc tags. -release = '9.4rc' +release = '9.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.