summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2015-09-12 12:09:52 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2015-09-13 21:32:11 +0100
commit602a913fa3286f977c06e30f162b87ae05ba750c (patch)
tree83323ed13733ebe2a1b3447c71595b0748907d39
parent6a8f24e9733304b2ee65980d0b33633a45c39950 (diff)
downloaddeluge-1.3.12.tar.gz
deluge-1.3.12.tar.bz2
deluge-1.3.12.zip
Bump version to 1.3.12deluge-1.3.12
-rw-r--r--ChangeLog2
-rw-r--r--deluge/i18n/deluge.pot2
-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
9 files changed, 12 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index aa84e4b06..e33f33e97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-=== Deluge 1.3.12 (In Development) ===
+=== Deluge 1.3.12 (13 September 2015) ===
==== GtkUI ====
* #2731: Fix potential AttributeError in is_on_active_workspace
diff --git a/deluge/i18n/deluge.pot b/deluge/i18n/deluge.pot
index 120e43b40..bed2ced32 100644
--- a/deluge/i18n/deluge.pot
+++ b/deluge/i18n/deluge.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: Deluge 1.3.11\n"
+"Project-Id-Version: Deluge 1.3.12\n"
"Report-Msgid-Bugs-To: http://deluge-torrent.org\n"
"POT-Creation-Date: 2015-09-12 11:55+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/docs/man/deluge-console.1 b/docs/man/deluge-console.1
index 5b8793350..ec86c22fc 100644
--- a/docs/man/deluge-console.1
+++ b/docs/man/deluge-console.1
@@ -1,4 +1,4 @@
-.TH DELUGE-CONSOLE 1 "November 2014" "1.3.11"
+.TH DELUGE-CONSOLE 1 "September 2015" "1.3.12"
.SH NAME
deluge-console - a bittorrent client curses interface
diff --git a/docs/man/deluge-gtk.1 b/docs/man/deluge-gtk.1
index ac41c8d83..d002965ab 100644
--- a/docs/man/deluge-gtk.1
+++ b/docs/man/deluge-gtk.1
@@ -1,4 +1,4 @@
-.TH DELUGE-GTK 1 "November 2014" "1.3.11"
+.TH DELUGE-GTK 1 "September 2015" "1.3.12"
.SH NAME
deluge-gtk - a bittorrent client gtk interface
diff --git a/docs/man/deluge-web.1 b/docs/man/deluge-web.1
index 8dd8d5f58..4769456fa 100644
--- a/docs/man/deluge-web.1
+++ b/docs/man/deluge-web.1
@@ -1,4 +1,4 @@
-.TH DELUGE-WEB 1 "November 2014" "1.3.11"
+.TH DELUGE-WEB 1 "September 2015" "1.3.12"
.SH NAME
deluge-web - a bittorrent client ajax web interface
diff --git a/docs/man/deluge.1 b/docs/man/deluge.1
index 340fcb9f1..a86a94783 100644
--- a/docs/man/deluge.1
+++ b/docs/man/deluge.1
@@ -1,4 +1,4 @@
-.TH DELUGE 1 "November 2014" "1.3.11"
+.TH DELUGE 1 "September 2015" "1.3.12"
.SH NAME
deluge - a bittorrent client
diff --git a/docs/man/deluged.1 b/docs/man/deluged.1
index 7d5426b88..e7facd7dd 100644
--- a/docs/man/deluged.1
+++ b/docs/man/deluged.1
@@ -1,4 +1,4 @@
-.TH DELUGED 1 "November 2014" "1.3.11"
+.TH DELUGED 1 "September 2015" "1.3.12"
.SH NAME
deluged - a bittorrent client daemon
diff --git a/osx/Info.plist b/osx/Info.plist
index 0b1bcfebf..d143d0c88 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.11</string>
+ <string>1.3.12</string>
<key>CFBundleVersion</key>
- <string>1.3.11</string>
+ <string>1.3.12</string>
<key>CFBundleGetInfoString</key>
- <string>1.3.11 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
+ <string>1.3.12 (c) 2008-2015 Deluge Team http://deluge-torrent.org/</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2008-2014 Deluge Team</string>
+ <string>Copyright 2008-2015 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
diff --git a/setup.py b/setup.py
index 530ee7a2d..b84171acd 100755
--- a/setup.py
+++ b/setup.py
@@ -535,7 +535,7 @@ if windows_check():
# Main setup
setup(
name = "deluge",
- version = "1.3.11",
+ version = "1.3.12",
fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill",