summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-10-04 11:15:52 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2014-10-04 11:15:52 +0100
commit3e632600c66d0f48e1757325bc4478afeb01a4f5 (patch)
tree150901c8a46bd0b3473600c9402c2c349bcc675b
parent4df58b51ff244f2f939d8dcbbfa9709c47288a42 (diff)
downloaddeluge-3e632600c66d0f48e1757325bc4478afeb01a4f5.tar.gz
deluge-3e632600c66d0f48e1757325bc4478afeb01a4f5.tar.bz2
deluge-3e632600c66d0f48e1757325bc4478afeb01a4f5.zip
Bump version to 1.3.8deluge-1.3.8
-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.plist6
-rwxr-xr-xsetup.py2
8 files changed, 10 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 89cb531c6..12694c825 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-=== Deluge 1.3.8 (In Development) ===
+=== Deluge 1.3.8 (4 October 2014) ===
==== Core ====
* #1126 & #2322: Emit FinishedEvent after moving storage complete
* Fixes to mitigate fastresume corruption
diff --git a/docs/man/deluge-console.1 b/docs/man/deluge-console.1
index 46c203fd8..8677e3841 100644
--- a/docs/man/deluge-console.1
+++ b/docs/man/deluge-console.1
@@ -1,4 +1,4 @@
-.TH DELUGE-CONSOLE 1 "July 2014" "1.3.7"
+.TH DELUGE-CONSOLE 1 "October 2014" "1.3.8"
.SH NAME
deluge-console - a bittorrent client curses interface
diff --git a/docs/man/deluge-gtk.1 b/docs/man/deluge-gtk.1
index f12ea2028..d0306f80e 100644
--- a/docs/man/deluge-gtk.1
+++ b/docs/man/deluge-gtk.1
@@ -1,4 +1,4 @@
-.TH DELUGE-GTK 1 "July 2014" "1.3.7"
+.TH DELUGE-GTK 1 "October 2014" "1.3.8"
.SH NAME
deluge-gtk - a bittorrent client gtk interface
diff --git a/docs/man/deluge-web.1 b/docs/man/deluge-web.1
index a18de9638..7a62eeb46 100644
--- a/docs/man/deluge-web.1
+++ b/docs/man/deluge-web.1
@@ -1,4 +1,4 @@
-.TH DELUGE-WEB 1 "July 2014" "1.3.7"
+.TH DELUGE-WEB 1 "October 2014" "1.3.8"
.SH NAME
deluge-web - a bittorrent client ajax web interface
diff --git a/docs/man/deluge.1 b/docs/man/deluge.1
index d7a9f4be5..3af44b8eb 100644
--- a/docs/man/deluge.1
+++ b/docs/man/deluge.1
@@ -1,4 +1,4 @@
-.TH DELUGE 1 "July 2014" "1.3.7"
+.TH DELUGE 1 "October 2014" "1.3.8"
.SH NAME
deluge - a bittorrent client
diff --git a/docs/man/deluged.1 b/docs/man/deluged.1
index 77a6a2ac8..907b599bd 100644
--- a/docs/man/deluged.1
+++ b/docs/man/deluged.1
@@ -1,4 +1,4 @@
-.TH DELUGED 1 "July 2014" "1.3.7"
+.TH DELUGED 1 "October 2014" "1.3.8"
.SH NAME
deluged - a bittorrent client daemon
diff --git a/osx/Info.plist b/osx/Info.plist
index 08f13b68b..592461105 100644
--- a/osx/Info.plist
+++ b/osx/Info.plist
@@ -11,11 +11,11 @@
<key>CFBundleExecutable</key>
<string>Deluge</string>
<key>CFBundleShortVersionString</key>
- <string>1.3.7</string>
+ <string>1.3.8</string>
<key>CFBundleVersion</key>
- <string>1.3.7</string>
+ <string>1.3.8</string>
<key>CFBundleGetInfoString</key>
- <string>1.3.7 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
+ <string>1.3.8 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2008-2014 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key>
diff --git a/setup.py b/setup.py
index 9b1aece86..b9de2b71c 100755
--- a/setup.py
+++ b/setup.py
@@ -533,7 +533,7 @@ if windows_check():
# Main setup
setup(
name = "deluge",
- version = "1.3.7",
+ version = "1.3.8",
fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill",