From eb8b6dea98fe73e1cb4a753eb45721501c778819 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 31 Oct 2011 21:08:54 +0000 Subject: [PATCH] update version number --- client/debian/changelog | 8 +++++++- client/djrandom_client/version.py | 2 +- .../osx-ui/DJRandomUploader/DJRandomUploader-Info.plist | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/client/debian/changelog b/client/debian/changelog index e5b9c2e..1267748 100644 --- a/client/debian/changelog +++ b/client/debian/changelog @@ -1,8 +1,14 @@ +djrandom-client (0.2.5) unstable; urgency=low + + * Fix bandwidth throttling for HTTPS urls. + + -- ale <ale@incal.net> Mon, 31 Oct 2011 20:56:03 +0000 + djrandom-client (0.2.4) unstable; urgency=low * Minor fixes and updates. - -- ale <ale@incal.net> Sun, 31 Oct 2011 15:47:22 +0000 + -- ale <ale@incal.net> Sun, 30 Oct 2011 15:47:22 +0000 djrandom-client (0.2.3) unstable; urgency=low diff --git a/client/djrandom_client/version.py b/client/djrandom_client/version.py index d0c61da..bcddf3a 100644 --- a/client/djrandom_client/version.py +++ b/client/djrandom_client/version.py @@ -1 +1 @@ -VERSION = '0.2.4' +VERSION = '0.2.5' diff --git a/client/osx-ui/DJRandomUploader/DJRandomUploader-Info.plist b/client/osx-ui/DJRandomUploader/DJRandomUploader-Info.plist index 5c0e605..1e65289 100644 --- a/client/osx-ui/DJRandomUploader/DJRandomUploader-Info.plist +++ b/client/osx-ui/DJRandomUploader/DJRandomUploader-Info.plist @@ -21,7 +21,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>0.2.3</string> + <string>0.2.5</string> <key>LSApplicationCategoryType</key> <string>public.app-category.music</string> <key>LSMinimumSystemVersion</key> -- GitLab