Bump to 2.1.0rc3 (#7822)

This commit is contained in:
Mirko Galimberti 2022-03-01 22:59:45 +01:00 committed by GitHub
parent 435c1ce7ec
commit fad3727491
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__ += 'rc2'
__version__ += 'rc3'
_kivy_git_hash = ''