Skip to content

Commit f3fe84d

Browse files
committed
Transition to release candidate status
1 parent 2592346 commit f3fe84d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

skoolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
except ImportError: # pragma: no cover
3333
CCMIOSimulator = None
3434

35-
VERSION = '9.6b1'
35+
VERSION = '9.6rc'
3636
PACKAGE_DIR = os.path.dirname(__file__)
3737

3838
BASE_10 = 10

sphinx/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
9.6b1
4+
9.6rc
55
-----
66
* :ref:`tap2sna.py` can now load from two tape files (e.g. when side 1 and side
77
2 of a tape are in separate files)

sphinx/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# The short X.Y version.
4949
version = '9.6'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '9.6b1'
51+
release = '9.6rc'
5252

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

0 commit comments

Comments
 (0)