1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-08-12 07:25:08 +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 - Added support for breakpoints in the monitor. Contributed by
Alessandro Gatti. Alessandro Gatti.

View File

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

View File

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