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

Back to -dev until next release

This commit is contained in:
Mike Naberezny 2015-02-09 15:14:42 -08:00
parent 66768f5ca4
commit 8bebfa28f8
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
0.22 (Next Release)
0.21 (2015-02-09)
- Added support for breakpoints in the monitor. Contributed by

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'
version = '0.22-dev'
# The full version, including alpha/beta/rc tags.
release = version

View File

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