summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-31 12:39:17 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-31 12:39:17 +0200
commit057b8847b0645f501c34662ba60313cb4792b992 (patch)
tree9e7d9d0deb2c718ccb7f72deeb1bc1fa0a8df8e5 /debian
parent1d67c8142d295004c894473df5457b8ce9ed6197 (diff)
downloadpython-apt-057b8847b0645f501c34662ba60313cb4792b992.tar.gz
* apt/package.py: Add missing argument to Version.__le__() and Version.__ge__()
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 49c74106..ca1227d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-apt (0.7.12.1) UNRELEASED; urgency=low
+
+ * apt/package.py:
+ - Add missing argument to Version.__le__() and Version.__ge__()
+
+ -- Julian Andres Klode <jak@debian.org> Fri, 31 Jul 2009 12:38:18 +0200
+
python-apt (0.7.12.0) unstable; urgency=low
[ Julian Andres Klode ]