Skip to content

Commit

Permalink
Merge pull request #5498 from lyw07/bump-to-final
Browse files Browse the repository at this point in the history
Bump version to 0.12.3 final
  • Loading branch information
lyw07 committed May 17, 2019
2 parents 53788ea + b8930dc commit abecb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#: This may not be the exact version as it's subject to modification with
#: get_version() - use ``kolibri.__version__`` for the exact version string.
VERSION = (0, 12, 3, 'beta', 0)
VERSION = (0, 12, 3, 'final', 0)

__author__ = 'Learning Equality'
__email__ = 'info@learningequality.org'
Expand Down

0 comments on commit abecb96

Please sign in to comment.