summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-05-19 12:20:33 +0200
committerSylvain <syt@logilab.fr>2006-05-19 12:20:33 +0200
commit2572e4438cf23bfd9a8bbc9476478f7a50ecb06a (patch)
tree44ef405d1e81179bf0fb5d3485e98fc9320eae17
parent4a7809bf0403a3e5a97c9dd4b18f2376cc89678a (diff)
downloadlogilab-common-2572e4438cf23bfd9a8bbc9476478f7a50ecb06a.tar.gz
common 0.16
-rw-r--r--ChangeLog4
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 51ab4cb..52db5ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
ChangeLog for logilab.common
============================
- --
+2006-05-19 -- 0.16.0
* testlib:
- added a set of command line options (PYDEBUG is deprecated,
use the -i/--pdb option, and added -x/--exitfirst option)
- added support for generative tests
- * db:
+ * db:
- fix get_connection parameter order and host/port handling
- added .sql_temporary_table method to advanced func helpers
- started a psycopg2 adapter
diff --git a/__pkginfo__.py b/__pkginfo__.py
index a24ef43..bff3c39 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -18,7 +18,7 @@
__revision__ = "$Id: __pkginfo__.py,v 1.58 2006-04-25 12:08:52 syt Exp $"
modname = 'common'
-numversion = (0, 15, 1)
+numversion = (0, 16, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index e9011c1..557e712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.16.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 19 May 2006 12:20:03 +0200
+
logilab-common (0.15.1-1) unstable; urgency=low
* new upstream release