diff options
author | Piotr Ożarowski <piotr@debian.org> | 2015-09-09 20:15:31 +0000 |
---|---|---|
committer | Piotr Ożarowski <piotr@debian.org> | 2015-09-09 20:15:31 +0000 |
commit | 6bdfe1106f993bfc27b1c922bf5deb3646e2fb3b (patch) | |
tree | 2f3bbfc30a6c2933afed164f8574c40c4255dba3 | |
parent | 7b8299677ffa5a97de4523e300b754e50824387f (diff) | |
download | python-urllib3-6bdfe1106f993bfc27b1c922bf5deb3646e2fb3b.tar python-urllib3-6bdfe1106f993bfc27b1c922bf5deb3646e2fb3b.tar.gz |
s/UNRELEASED/unstable/
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f4195d1..2617c3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-urllib3 (1.11-2) UNRELEASED; urgency=medium +python-urllib3 (1.11-2) unstable; urgency=medium * debian/patches/06_rely-on-six-to-import-httplib-or-http.client.patch - Rely on six to import httplib or http.client. Thanks to Edward Betts |