diff --git a/ChangeLog b/ChangeLog index 0c88937f9..e03e3b2a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Deluge 1.0.6 (In Development) +Deluge 1.0.6 (01 December 2008) Core: * Fix #475 catch unicode decoding errors * Add an option to not include IP overhead in rate limiting (this is equivalent diff --git a/debian/changelog b/debian/changelog index 7cb7c6a0c..c183ca4ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -deluge-torrent (1.0.5-1) unstable; urgency=low +deluge-torrent (1.0.6-1) unstable; urgency=low - * 1.0.5 + * 1.0.6 - -- Andrew Resch (andar) Sun, 09 Nov 2008 02:10:00 -0000 + -- Andrew Resch (andar) Mon, 01 Dec 2008 02:10:00 -0000 diff --git a/setup.py b/setup.py index 80464c7a8..03f923876 100644 --- a/setup.py +++ b/setup.py @@ -377,5 +377,5 @@ setup( ]}, packages = find_packages(exclude=["plugins"]), url = "http://deluge-torrent.org", - version = "1.0.5", + version = "1.0.6", )