summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-07-09 20:08:22 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2014-07-09 20:08:22 +0100
commitf77440efcbf4185bd6ceac792355431f5f4552b9 (patch)
treeb8efe9abe3e13d2dad0fc9aeac41d4c7cfdb8e9a
parent74aa9246255fe4795c7614f79effe1b42f5287f1 (diff)
downloaddeluge-f77440efcbf4185bd6ceac792355431f5f4552b9.tar.gz
deluge-f77440efcbf4185bd6ceac792355431f5f4552b9.tar.bz2
deluge-f77440efcbf4185bd6ceac792355431f5f4552b9.zip
Bump version to 1.3.7deluge-1.3.7
-rw-r--r--ChangeLog2
-rw-r--r--docs/man/deluge-console.12
-rw-r--r--docs/man/deluge-gtk.12
-rw-r--r--docs/man/deluge-web.12
-rw-r--r--docs/man/deluge.12
-rw-r--r--docs/man/deluged.12
-rw-r--r--osx/Info.plist8
-rwxr-xr-xsetup.py2
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 @@
<key>CFBundleExecutable</key>
<string>Deluge</string>
<key>CFBundleShortVersionString</key>
- <string>1.3.6</string>
+ <string>1.3.7</string>
<key>CFBundleVersion</key>
- <string>1.3.6</string>
+ <string>1.3.7</string>
<key>CFBundleGetInfoString</key>
- <string>1.3.6 (c) 2008-2011 Deluge Team http://deluge-torrent.org/</string>
+ <string>1.3.7 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2008-2011 Deluge Team</string>
+ <string>Copyright 2008-2014 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
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",