Prep for release

This commit is contained in:
Andrew Resch 2009-02-15 22:03:00 +00:00
commit 51f18d3f54
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Deluge 1.1.3 - (In Development) Deluge 1.1.3 - (15 February 2009)
Core: Core:
* Fix issue where checking queue would stop * Fix issue where checking queue would stop
* Fix announcing to SSL trackers * Fix announcing to SSL trackers

View file

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