Skip to content

Commit

Permalink
Begin development of 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolkid committed May 17, 2024
1 parent 69ee70e commit 5f46816
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.2'
VERSION = '9.3b1'
PACKAGE_DIR = os.path.dirname(__file__)

BASE_10 = 10
Expand Down
3 changes: 3 additions & 0 deletions sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

9.3b1
-----

9.2 (2024-05-11)
----------------
* Added a Z80 instruction set simulator implemented in C (as a faster
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# built documents.
#
# The short X.Y version.
version = '9.2'
version = '9.3'
# The full version, including alpha/beta/rc tags.
release = '9.2'
release = '9.3b1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 5f46816

Please sign in to comment.