From f77440efcbf4185bd6ceac792355431f5f4552b9 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 9 Jul 2014 20:08:22 +0100 Subject: Bump version to 1.3.7 --- ChangeLog | 2 +- docs/man/deluge-console.1 | 2 +- docs/man/deluge-gtk.1 | 2 +- docs/man/deluge-web.1 | 2 +- docs/man/deluge.1 | 2 +- docs/man/deluged.1 | 2 +- osx/Info.plist | 8 ++++---- setup.py | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1b45d69b..323ee224e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -=== Deluge 1.3.7 (In Development) === +=== Deluge 1.3.7 (9 July 2014) === ==== Core ==== * #2324: Encryption level set by Deluge did not match libtorrent values * #2303: Torrent state was not updated until after emitting TorrentFinishedEvent diff --git a/docs/man/deluge-console.1 b/docs/man/deluge-console.1 index 6e4189a61..46c203fd8 100644 --- a/docs/man/deluge-console.1 +++ b/docs/man/deluge-console.1 @@ -1,4 +1,4 @@ -.TH DELUGE-CONSOLE 1 "Feb 2013" "1.3.6" +.TH DELUGE-CONSOLE 1 "July 2014" "1.3.7" .SH NAME deluge-console - a bittorrent client curses interface diff --git a/docs/man/deluge-gtk.1 b/docs/man/deluge-gtk.1 index 163a00620..f12ea2028 100644 --- a/docs/man/deluge-gtk.1 +++ b/docs/man/deluge-gtk.1 @@ -1,4 +1,4 @@ -.TH DELUGE-GTK 1 "Feb 2013" "1.3.6" +.TH DELUGE-GTK 1 "July 2014" "1.3.7" .SH NAME deluge-gtk - a bittorrent client gtk interface diff --git a/docs/man/deluge-web.1 b/docs/man/deluge-web.1 index a0f2b8011..a18de9638 100644 --- a/docs/man/deluge-web.1 +++ b/docs/man/deluge-web.1 @@ -1,4 +1,4 @@ -.TH DELUGE-WEB 1 "Feb 2013" "1.3.6" +.TH DELUGE-WEB 1 "July 2014" "1.3.7" .SH NAME deluge-web - a bittorrent client ajax web interface diff --git a/docs/man/deluge.1 b/docs/man/deluge.1 index 57f0d1801..d7a9f4be5 100644 --- a/docs/man/deluge.1 +++ b/docs/man/deluge.1 @@ -1,4 +1,4 @@ -.TH DELUGE 1 "Feb 2013" "1.3.6" +.TH DELUGE 1 "July 2014" "1.3.7" .SH NAME deluge - a bittorrent client diff --git a/docs/man/deluged.1 b/docs/man/deluged.1 index 5686699ce..77a6a2ac8 100644 --- a/docs/man/deluged.1 +++ b/docs/man/deluged.1 @@ -1,4 +1,4 @@ -.TH DELUGED 1 "Feb 2013" "1.3.6" +.TH DELUGED 1 "July 2014" "1.3.7" .SH NAME deluged - a bittorrent client daemon diff --git a/osx/Info.plist b/osx/Info.plist index 16099aff1..08f13b68b 100644 --- a/osx/Info.plist +++ b/osx/Info.plist @@ -11,13 +11,13 @@ CFBundleExecutable Deluge CFBundleShortVersionString - 1.3.6 + 1.3.7 CFBundleVersion - 1.3.6 + 1.3.7 CFBundleGetInfoString - 1.3.6 (c) 2008-2011 Deluge Team http://deluge-torrent.org/ + 1.3.7 (c) 2008-2014 Deluge Team http://deluge-torrent.org/ NSHumanReadableCopyright - Copyright 2008-2011 Deluge Team + Copyright 2008-2014 Deluge Team CFBundleDevelopmentRegion English CFBundleInfoDictionaryVersion diff --git a/setup.py b/setup.py index 3d412dd16..9b1aece86 100755 --- a/setup.py +++ b/setup.py @@ -533,7 +533,7 @@ if windows_check(): # Main setup setup( name = "deluge", - version = "1.3.6", + version = "1.3.7", fullname = "Deluge Bittorrent Client", description = "Bittorrent Client", author = "Andrew Resch, Damien Churchill", -- cgit