diff --git a/CHANGES.txt b/CHANGES.txt index 4613031..7936a38 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/setup.py b/setup.py index 1747622..0e85d92 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '0.9-dev' +__version__ = '0.9' import os import sys