Bump to `2.3.0rc2` (#8536)

This commit is contained in:
Mirko Galimberti 2023-12-29 10:12:47 +01:00 committed by GitHub
parent f380b28e15
commit f04f4f47fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ __version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
if not RELEASE:
# if it's a rcx release, it's not proceeded by a period. If it is a
# devx release, it must start with a period
__version__ += 'rc1'
__version__ += 'rc2'
_kivy_git_hash = ''