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 Feb 2, 2024
1 parent aef6f80 commit 8d4b766
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions skoolkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2011-2023 Richard Dymond (rjdymond@gmail.com)
# Copyright 2011-2024 Richard Dymond (rjdymond@gmail.com)
#
# This file is part of SkoolKit.
#
Expand All @@ -22,7 +22,7 @@
import textwrap
import importlib

VERSION = '9.1b1'
VERSION = '9.1rc'
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.1b1
9.1rc
-----
* Added support to :ref:`snapmod.py` for modifying SZX snapshots and 128K
snapshots
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.1'
# The full version, including alpha/beta/rc tags.
release = '9.1b1'
release = '9.1rc'

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

0 comments on commit 8d4b766

Please sign in to comment.