summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-09-25 16:45:51 +0200
committerSylvain <syt@logilab.fr>2006-09-25 16:45:51 +0200
commit5cb624cbeba2fe39e0bb2f7ace02008b60b517d9 (patch)
treef41a4a1ac901d7d003f1801c4804dbfee71422ef
parentb8d54d260c588a853e637c6323e4ba567648297e (diff)
downloadlogilab-common-5cb624cbeba2fe39e0bb2f7ace02008b60b517d9.tar.gz
0.19.2
-rw-r--r--ChangeLog6
-rw-r--r--__pkginfo__.py2
-rw-r--r--astutils.py1
-rw-r--r--debian/changelog6
4 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d5ec18d..9b40494 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
ChangeLog for logilab.common
============================
- --
- * testlib: fixed a bug in find_test making it returns some bad test names
+2006-09-25 -- 0.19.2
+ * testlib:
+ - fixed a bug in find_test making it returns some bad test names
+ - new assertIsInstance method on TestCase
* optik_ext: make it works if mx.DateTime is not installed, in which case
the date type option won't be available
* test fixes
diff --git a/__pkginfo__.py b/__pkginfo__.py
index c9fc2ab..a803db8 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -16,7 +16,7 @@
"""logilab.common packaging information"""
modname = 'common'
-numversion = (0, 19, 1)
+numversion = (0, 19, 2)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/astutils.py b/astutils.py
index 0996f33..9d4fe36 100644
--- a/astutils.py
+++ b/astutils.py
@@ -17,7 +17,6 @@
"""
__author__ = u"Sylvain Thenault"
-__revision__ = "$Id: astutils.py,v 1.11 2003-11-24 13:57:24 syt Exp $"
import symbol
import token
diff --git a/debian/changelog b/debian/changelog
index e028978..688b571 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.19.2-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 25 Sep 2006 16:45:11 +0200
+
logilab-common (0.19.1-1) unstable; urgency=medium
* New upstream release