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

Prepare 0.5 release.

This commit is contained in:
Mike Naberezny 2009-08-06 16:16:33 -07:00
parent 327459088c
commit 998f716000
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Next Release
0.5 (2009-08-06)
- Fixed signatures of getc/putc callbacks in monitor that were broken
when the ObservableMemory interface changed in 0.3. Closes #1.

View File

@ -1,4 +1,4 @@
__version__ = '0.4'
__version__ = '0.5'
from ez_setup import use_setuptools
use_setuptools()