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", )