Skip to content

Commit

Permalink
Prepare 2.1.0 release (#7835)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Mar 6, 2022
1 parent b993928 commit 023bd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kivy/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
MAJOR = 2
MINOR = 1
MICRO = 0
RELEASE = False
RELEASE = True

__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__ += 'rc3'
__version__ += ''


_kivy_git_hash = ''
Expand Down

0 comments on commit 023bd79

Please sign in to comment.