From c67119ad7ff86047cccdda6a7c0e436d271cef46 Mon Sep 17 00:00:00 2001 From: Richard Dymond Date: Sat, 28 Sep 2024 15:52:45 -0300 Subject: [PATCH] Transition to release candidate status --- skoolkit/__init__.py | 2 +- sphinx/source/changelog.rst | 2 +- sphinx/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skoolkit/__init__.py b/skoolkit/__init__.py index f89c90a2..050369a2 100644 --- a/skoolkit/__init__.py +++ b/skoolkit/__init__.py @@ -32,7 +32,7 @@ except ImportError: # pragma: no cover CCMIOSimulator = None -VERSION = '9.4b1' +VERSION = '9.4rc' PACKAGE_DIR = os.path.dirname(__file__) BASE_10 = 10 diff --git a/sphinx/source/changelog.rst b/sphinx/source/changelog.rst index 46ae498a..1b30c331 100644 --- a/sphinx/source/changelog.rst +++ b/sphinx/source/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -9.4b1 +9.4rc ----- * Added support to :ref:`skool2bin.py ` for reading configuration from `skoolkit.ini` diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index 7f5e9616..b6629859 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.4b1' +release = '9.4rc' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.