# HG changeset patch # User Adrien Di Mascio # Date 1229073014 -3600 # Node ID 76c1707200cfc5222672d1a5337b5e4b0b27bb0f # Parent 38a9c240ac64228ce4979f9d987a4f5372c5aa94 version 2.99.4 diff -r 38a9c240ac64 -r 76c1707200cf __pkginfo__.py --- a/__pkginfo__.py Thu Dec 11 11:11:22 2008 -0800 +++ b/__pkginfo__.py Fri Dec 12 10:10:14 2008 +0100 @@ -6,7 +6,7 @@ distname = "cubicweb" modname = "cubicweb" -numversion = (2, 99, 3) +numversion = (2, 99, 4) version = '.'.join(str(num) for num in numversion) license = 'LCL' diff -r 38a9c240ac64 -r 76c1707200cf debian/changelog --- a/debian/changelog Thu Dec 11 11:11:22 2008 -0800 +++ b/debian/changelog Fri Dec 12 10:10:14 2008 +0100 @@ -1,3 +1,9 @@ +cubicweb (2.99.4-1) DISTRIBUTION; urgency=low + + * new upstream release + + -- Adrien Di Mascio Fri, 12 Dec 2008 10:00:31 +0100 + cubicweb (2.99.3-1) DISTRIBUTION; urgency=low * new upstream release diff -r 38a9c240ac64 -r 76c1707200cf debian/control --- a/debian/control Thu Dec 11 11:11:22 2008 -0800 +++ b/debian/control Fri Dec 12 10:10:14 2008 +0100 @@ -104,7 +104,7 @@ Package: cubicweb-core Architecture: all XB-Python-Version: ${python:Versions} -Depends: ${python:Depends}, python-logilab-common (>= 0.37.0), python-yams (>= 0.20.2), python-rql (>= 0.20.2) +Depends: ${python:Depends}, python-logilab-common (>= 0.37.1), python-yams (>= 0.20.2), python-rql (>= 0.20.2) Description: core library for the CubicWeb framework CubicWeb is a semantic web application framework. .