From e219cce7a585665a700f3635f96bb1b7fe6699f4 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 16 Mar 2009 17:55:51 +0000 Subject: [PATCH] Prep for release --- ChangeLog | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25f69a809..e1cad7440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -=== Deluge 1.1.5 - (In Development) === +=== Deluge 1.1.5 - (16 March 2009) === ==== Core ==== * Fix config file saving when no current config file exists diff --git a/setup.py b/setup.py index b9b0cf8ca..a79a58bfa 100644 --- a/setup.py +++ b/setup.py @@ -409,5 +409,5 @@ setup( ]}, packages = find_packages(exclude=["plugins"]), url = "http://deluge-torrent.org", - version = "1.1.4", + version = "1.1.5", )