1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-03-06 17:29:43 +00:00

Prepare 0.9 release

This commit is contained in:
Mike Naberezny 2011-03-28 01:49:40 +08:00 committed by BigEd
parent 27367da0f8
commit 4240b6698d
2 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
0.9-dev *Next Release*
0.9 (2011-03-27)
- Fixed two monitor tests that were broken under Windows. Thanks
to Oscar Lindberg for reporting this.
- Removed use of defaultdict to fix compatibility with Python 2.4.
- Decimal mode bugs have been fixed. Thanks to Ed Spittles who
ported Bruce Clark's tests to find failures and then rewrote
the decimal handling code.
0.8 (2010-03-08)
- Fixed deprecation warnings on Python 2.6

View File

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