Module: deluge Branch: 1.3-stable Commit: c81fbf788d5db0bb75372a6905704b6ba82b67a8
Author: Andrew Resch <[email protected]> Date: Tue May 24 15:16:56 2011 -0700 Update version numbers --- ChangeLog | 2 +- setup.py | 2 +- win32/deluge-bbfreeze.py | 2 +- win32/deluge-win32-installer.nsi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc8ad94..e4b2a09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -=== Deluge 1.3.2 (In Development) === +=== Deluge 1.3.2 (24 May 2011) === ==== Core ==== * #1527: Fix Converting unicode to unicode error in move_storage * #1373: Fix creating and moving non-ascii folder names in MS Windows diff --git a/setup.py b/setup.py index 3a33da1..3cb30f9 100644 --- a/setup.py +++ b/setup.py @@ -443,7 +443,7 @@ if windows_check(): # Main setup setup( name = "deluge", - version = "1.3.1", + version = "1.3.2", fullname = "Deluge Bittorrent Client", description = "Bittorrent Client", author = "Andrew Resch, Damien Churchill", diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py index 5abd237..cb410f3 100644 --- a/win32/deluge-bbfreeze.py +++ b/win32/deluge-bbfreeze.py @@ -1,4 +1,4 @@ -build_version = "1.3.1" +build_version = "1.3.2" python_path = "C:\\Python26\\" import os, glob diff --git a/win32/deluge-win32-installer.nsi b/win32/deluge-win32-installer.nsi index 7aa8b56..030e796 100644 --- a/win32/deluge-win32-installer.nsi +++ b/win32/deluge-win32-installer.nsi @@ -37,7 +37,7 @@ SetCompressor lzma # Deluge program information !define PROGRAM_NAME "Deluge" -!define PROGRAM_VERSION "1.3.1" +!define PROGRAM_VERSION "1.3.2" !define PROGRAM_WEB_SITE "http://deluge-torrent.org" # Python files generated with bbfreeze (without DLLs from GTK+ runtime) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
