1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-15 04:29:30 +00:00

Prepare 0.24 release

This commit is contained in:
Mike Naberezny 2015-03-31 13:12:14 -07:00
parent dcb99ddad7
commit bc32754899
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
0.24-dev (Next Release)
0.24 (2015-03-31)
- Released as a universal wheel.
0.23 (2015-02-10)

View File

@ -51,7 +51,7 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year
# built documents.
#
# The short X.Y version.
version = '0.24-dev'
version = '0.24'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -1,4 +1,4 @@
__version__ = '0.24-dev'
__version__ = '0.24'
import os
import sys