--- 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'
--- 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 <sylvain.thenault@logilab.fr> Thu, 08 Jan 2009 18:27:37 +0100
+
cubicweb (3.0.0-1) DISTRIBUTION; urgency=low
* new upstream release
--- 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.
.