Skip to content

Commit

Permalink
Bump version to 2.3.0 (#8551)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Jan 5, 2024
1 parent 5826696 commit 9ef2180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kivy/_version.py
Expand Up @@ -3,14 +3,14 @@
MAJOR = 2
MINOR = 3
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 9ef2180

Please sign in to comment.