# HG changeset patch # User Sylvain Thenault # Date 1231435711 -3600 # Node ID e25f100e31eb6283155143ef96e84db5b727b14e # Parent 2901cebaf603dc49643e460eb40a809c6b96e010 3.0.1 diff -r 2901cebaf603 -r e25f100e31eb __pkginfo__.py --- a/__pkginfo__.py Thu Jan 08 18:27:08 2009 +0100 +++ b/__pkginfo__.py Thu Jan 08 18:28:31 2009 +0100 @@ -6,7 +6,7 @@ distname = "cubicweb" modname = "cubicweb" -numversion = (3, 0, 0) +numversion = (3, 0, 1) version = '.'.join(str(num) for num in numversion) license = 'LCL' diff -r 2901cebaf603 -r e25f100e31eb debian/changelog --- a/debian/changelog Thu Jan 08 18:27:08 2009 +0100 +++ b/debian/changelog Thu Jan 08 18:28:31 2009 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.0.1-1) DISTRIBUTION; urgency=low + + * new upstream release + + -- Sylvain Thénault Thu, 08 Jan 2009 18:27:37 +0100 + cubicweb (3.0.0-1) DISTRIBUTION; urgency=low * new upstream release diff -r 2901cebaf603 -r e25f100e31eb debian/control --- a/debian/control Thu Jan 08 18:27:08 2009 +0100 +++ b/debian/control Thu Jan 08 18:28:31 2009 +0100 @@ -106,7 +106,7 @@ Package: cubicweb-core Architecture: all XB-Python-Version: ${python:Versions} -Depends: ${python:Depends}, python-logilab-common (>= 0.37.1), python-yams (>= 0.20.2), python-rql (>= 0.20.2) +Depends: ${python:Depends}, python-logilab-common (>= 0.37.2), python-yams (>= 0.20.2), python-rql (>= 0.20.2) Description: core library for the CubicWeb framework CubicWeb is a semantic web application framework. .