Skip to content

Commit

Permalink
Bump to candidate release.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed May 16, 2019
1 parent 85f3577 commit ca3a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy/__init__.py
Expand Up @@ -47,7 +47,7 @@
__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

if not RELEASE and '.dev0' not in __version__:
__version__ += '.dev0'
__version__ += 'rc1'

try:
from kivy.version import __hash__, __date__
Expand Down

0 comments on commit ca3a68d

Please sign in to comment.