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

Prepare 0.9 release

This commit is contained in:
Mike Naberezny 2011-03-27 10:49:40 -07:00
parent 774737d9ec
commit e8df099ed2
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 - Fixed two monitor tests that were broken under Windows. Thanks
to Oscar Lindberg for reporting this. to Oscar Lindberg for reporting this.
- Removed use of defaultdict to fix compatibility with Python 2.4. - 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) 0.8 (2010-03-08)
- Fixed deprecation warnings on Python 2.6 - Fixed deprecation warnings on Python 2.6

View File

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