Skip to content

Commit

Permalink
Prepare 8.8 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolkid committed Nov 19, 2022
1 parent e010490 commit ef7a261
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
skoolkit (8.8-1) unstable; urgency=medium

* Updated to 8.8.

-- Richard Dymond <[email protected]> Sat, 19 Nov 2022 09:24:31 -0400

skoolkit (8.7-1) unstable; urgency=medium

* Updated to 8.7.
Expand Down
5 changes: 4 additions & 1 deletion rpm/skoolkit.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: skoolkit
Version: 8.7
Version: 8.8
Release: 1
Summary: Tools for creating disassemblies of ZX Spectrum programs

Expand Down Expand Up @@ -43,6 +43,9 @@ cp -a examples %{buildroot}%{_datadir}/%{name}
%{python3_sitelib}/*

%changelog
* Sat Nov 19 2022 Richard Dymond <[email protected]> 8.8-1
- Updated to 8.8

* Sat Oct 08 2022 Richard Dymond <[email protected]> 8.7-1
- Updated to 8.7

Expand Down
2 changes: 1 addition & 1 deletion skoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import textwrap
import importlib

VERSION = '8.8rc'
VERSION = '8.8'
PACKAGE_DIR = os.path.dirname(__file__)

BASE_10 = 10
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -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``,
Expand Down
2 changes: 1 addition & 1 deletion sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef7a261

Please sign in to comment.