Skip to content

Commit

Permalink
Prepare 9.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolkid committed Oct 5, 2024
1 parent c67119a commit 32f84fa
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 (9.4-1) unstable; urgency=medium

* Updated to 9.4.

-- Richard Dymond <rjdymond@gmail.com> Sat, 05 Oct 2024 08:44:11 -0300

skoolkit (9.3-1) unstable; urgency=medium

* Updated to 9.3.
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: 9.3
Version: 9.4
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_sitearch}/skoolkit-%{version}*.egg-info/

%changelog
* Sat Oct 05 2024 Richard Dymond <rjdymond@gmail.com> 9.4-1
- Updated to 9.4

* Sat Aug 10 2024 Richard Dymond <rjdymond@gmail.com> 9.3-1
- Updated to 9.3

Expand Down
2 changes: 1 addition & 1 deletion skoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
=========

9.4rc
-----
9.4 (2024-10-05)
----------------
* Added support to :ref:`skool2bin.py <skool2bin-conf>` for reading
configuration from `skoolkit.ini`
* Added the ``--ini`` and ``--show-config`` options to :ref:`skool2bin.py` (for
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 = '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.
Expand Down

0 comments on commit 32f84fa

Please sign in to comment.