mirror of https://github.com/kivy/kivy.git
Bump to 2.1.0rc1 (#7777)
This commit is contained in:
parent
270b4f43d1
commit
dcb8b72a21
|
@ -10,7 +10,7 @@ __version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
||||||
if not RELEASE:
|
if not RELEASE:
|
||||||
# if it's a rcx release, it's not proceeded by a period. If it is a
|
# 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
|
# devx release, it must start with a period
|
||||||
__version__ += '.dev0'
|
__version__ += 'rc1'
|
||||||
|
|
||||||
|
|
||||||
_kivy_git_hash = ''
|
_kivy_git_hash = ''
|
||||||
|
|
Loading…
Reference in New Issue