summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-05-08 14:40:29 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-05-08 14:40:29 +0200
commitd7df8ed96fa623d3e8a5e6f99ad1fd09bc1e48c0 (patch)
treebee93087677b0ae90ac4d91ab53f425f4764a1a4
parent19d9c63eed8e5dfaeaf9c632bddae1b84175af74 (diff)
downloadlogilab-common-d7df8ed96fa623d3e8a5e6f99ad1fd09bc1e48c0.tar.gz
-rw-r--r--ChangeLog5
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog8
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c69df7b..e691d4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
ChangeLog for logilab.common
============================
+2008-05-08 -- 0.31.0
+ * improved documentation and error messages
+ * testlib: support a msg argument on more assertions, pysqlite2 as default
+ * pytest: pytestconf.py for customization
+
2008-03-26 -- 0.30.0
* db: remember logged user on the connection
* clcommands: commands may be hidden (eg not displayed in help), generic
diff --git a/__pkginfo__.py b/__pkginfo__.py
index bb99388..1918e62 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -17,7 +17,7 @@
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 30, 0)
+numversion = (0, 31, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index c37ea27..b6bf90c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
+logilab-common (0.31.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Nicolas Chauvat <Nicolas.Chauvat@logilab.fr> Thu, 08 May 2008 14:37:41 +0200
+
logilab-common (0.30.0-2) unstable; urgency=low
- * upload to debian
+ * upload to debian
-- Alexandre Fayolle <afayolle@debian.org> Mon, 21 Apr 2008 17:24:28 +0200