Skip to content

Commit

Permalink
Transition to release candidate status
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolkid committed May 3, 2024
1 parent a86b798 commit b57109c
Show file tree
Hide file tree
Showing 3 changed files with 3 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.2b1'
VERSION = '9.2rc'
PACKAGE_DIR = os.path.dirname(__file__)

BASE_10 = 10
Expand Down
2 changes: 1 addition & 1 deletion sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

9.2b1
9.2rc
-----
* Added a Z80 instruction set simulator implemented in C (as a faster
alternative to the pure Python Z80 simulator)
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.2'
# The full version, including alpha/beta/rc tags.
release = '9.2b1'
release = '9.2rc'

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

0 comments on commit b57109c

Please sign in to comment.