Prep for release

This commit is contained in:
Andrew Resch 2009-03-16 17:55:51 +00:00
parent 28eed5d7e5
commit e219cce7a5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -409,5 +409,5 @@ setup(
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",
version = "1.1.4",
version = "1.1.5",
)