mirror of https://github.com/kivy/kivy.git
Bump to 2.1.0rc3 (#7822)
This commit is contained in:
parent
435c1ce7ec
commit
fad3727491
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue