diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-03-16 17:14:38 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2010-03-16 17:14:38 +0100 |
commit | a6ed23a26434d0aadf65bb7128541aed1ccfae29 (patch) | |
tree | 7ce2c1caf2b77f1d62374b1a2ec0f0cc4d5ea198 | |
parent | 1015e16161037c037e6a5cf3ffc1406e235715f8 (diff) | |
download | logilab-common-version-0.49.0.tar.gz |
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | __pkginfo__.py | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 12 insertions, 2 deletions
@@ -1,12 +1,16 @@ ChangeLog for logilab.common ============================ --- +2010-03-16 -- 0.49.0 * date: new 'totime' function + * adbh, db, sqlgen modules moved to the new logilab-database package + * pytest: when -x option is given, stop on the first error even if there are multiple test directories + + 2010-02-26 -- 0.48.1 * adbh: added dbport optional argument to [backup|restore]_commands diff --git a/__pkginfo__.py b/__pkginfo__.py index c5ba9d2..47b9731 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en" distname = 'logilab-common' modname = 'common' -numversion = (0, 48, 1) +numversion = (0, 49, 0) version = '.'.join([str(num) for num in numversion]) copyright = '2000-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.' license = 'GPL' diff --git a/debian/changelog b/debian/changelog index 4965465..cc014ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.49.0-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 16 Mar 2010 17:08:30 +0100 + logilab-common (0.48.1-1) unstable; urgency=low * new upstream release |