summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <gerhard.weis@gmx.com>2012-05-04 20:07:15 +1000
committerGerhard Weis <gerhard.weis@gmx.com>2012-05-04 20:07:15 +1000
commit6d5416acd30b4ca1c1651eb7cd01d25288bb8db9 (patch)
tree16d2d47b1d9f2221c9a95cf73a051f59e7a67bea
parent5a46ebb508aae26f7eaafbe18a0396bce43907a0 (diff)
downloadisodate-6d5416acd30b4ca1c1651eb7cd01d25288bb8db9.tar.gz
updated change log and version to 0.4.8
-rw-r--r--CHANGES.txt7
-rw-r--r--setup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 188ddb2..a55b957 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,13 @@
CHANGES
=======
+0.4.8 (2012-05-04)
+------------------
+
+- fixed incompatibility of unittests with python 2.5 and 2.6 (runs fine on 2.7
+ and 3.2)
+
+
0.4.7 (2012-01-26)
------------------
diff --git a/setup.py b/setup.py
index aaeeafa..978541e 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='isodate',
- version='0.4.7',
+ version='0.4.8',
packages=['isodate', 'isodate.tests'],
package_dir={'': 'src'},