Bump to 2.1.0rc1 (#7777)

This commit is contained in:
Mirko Galimberti 2022-01-31 20:59:35 +01:00 committed by GitHub
parent 270b4f43d1
commit dcb8b72a21
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__ += '.dev0'
__version__ += 'rc1'
_kivy_git_hash = ''