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 @@
CFBundleExecutable
Deluge
CFBundleShortVersionString
- 1.3.11
+ 1.3.12
CFBundleVersion
- 1.3.11
+ 1.3.12
CFBundleGetInfoString
- 1.3.11 (c) 2008-2014 Deluge Team http://deluge-torrent.org/
+ 1.3.12 (c) 2008-2015 Deluge Team http://deluge-torrent.org/
NSHumanReadableCopyright
- Copyright 2008-2014 Deluge Team
+ Copyright 2008-2015 Deluge Team
CFBundleDevelopmentRegion
English
CFBundleInfoDictionaryVersion
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",