diff --git a/debian/changelog b/debian/changelog index 36f3ed08..7bf3549a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skoolkit (8.8-1) unstable; urgency=medium + + * Updated to 8.8. + + -- Richard Dymond Sat, 19 Nov 2022 09:24:31 -0400 + skoolkit (8.7-1) unstable; urgency=medium * Updated to 8.7. diff --git a/rpm/skoolkit.spec b/rpm/skoolkit.spec index cc922aae..660b70f1 100644 --- a/rpm/skoolkit.spec +++ b/rpm/skoolkit.spec @@ -1,5 +1,5 @@ Name: skoolkit -Version: 8.7 +Version: 8.8 Release: 1 Summary: Tools for creating disassemblies of ZX Spectrum programs @@ -43,6 +43,9 @@ cp -a examples %{buildroot}%{_datadir}/%{name} %{python3_sitelib}/* %changelog +* Sat Nov 19 2022 Richard Dymond 8.8-1 +- Updated to 8.8 + * Sat Oct 08 2022 Richard Dymond 8.7-1 - Updated to 8.7 diff --git a/skoolkit/__init__.py b/skoolkit/__init__.py index b9cfcd24..beaec697 100644 --- a/skoolkit/__init__.py +++ b/skoolkit/__init__.py @@ -22,7 +22,7 @@ import textwrap import importlib -VERSION = '8.8rc' +VERSION = '8.8' PACKAGE_DIR = os.path.dirname(__file__) BASE_10 = 10 diff --git a/sphinx/source/changelog.rst b/sphinx/source/changelog.rst index 88dfaed6..ded8a813 100644 --- a/sphinx/source/changelog.rst +++ b/sphinx/source/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -8.8rc ------ +8.8 (2022-11-19) +---------------- * Added the :ref:`trace.py` command (for tracing the execution of machine code in a 48K memory snapshot) * The ``--sim-load`` option of :ref:`tap2sna.py` now performs any ``call``, diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index a9a5c42c..810aeab9 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -48,7 +48,7 @@ # The short X.Y version. version = '8.8' # The full version, including alpha/beta/rc tags. -release = '8.8rc' +release = '8.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.