Skip to content

Commit

Permalink
Make 1.11.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Jun 1, 2019
1 parent 6148b6a commit dd1d9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
MAJOR = 1
MINOR = 11
MICRO = 0
RELEASE = False
RELEASE = True

__version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit dd1d9bd

Please sign in to comment.