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

Prepare 0.21 release

This commit is contained in:
Mike Naberezny 2015-02-09 15:10:58 -08:00
parent 915b3b6b44
commit 66768f5ca4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
0.21-dev (Next Release)
0.21 (2015-02-09)
- Added support for breakpoints in the monitor. Contributed by
Alessandro Gatti.

View File

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

View File

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