summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f2912f..5e32026 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
ChangeLog for logilab.common
============================
+2009-08-26 -- 0.45.0
+ * added function for parsing XML processing instructions
+
+
2009-08-07 -- 0.44.0
* remove code deprecated for a while now
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 2bc2066..148b3d8 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 44, 0)
+numversion = (0, 45, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index edee802..8460636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.45.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Olivier Cayrol <olivier.cayrol@logilab.fr> Wed, 26 Aug 2009 17:40:00 +0200
+
logilab-common (0.44.0-1) unstable; urgency=low
* new upstream release