mirror of https://github.com/kivy/kivy.git
Bump to `2.3.0rc2` (#8536)
This commit is contained in:
parent
f380b28e15
commit
f04f4f47fe
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue