Prep for release

This commit is contained in:
Andrew Resch 2008-10-18 21:38:54 +00:00
commit 16ba61dbf5
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
Deluge 1.0.3 (In Development)
Deluge 1.0.3 (18 October 2008)
Core:
* Fix upnp - it should work on more routers now too
* Fix issue where Deluge would send improper stats to the tracker after a

6
debian/changelog vendored
View file

@ -1,5 +1,5 @@
deluge-torrent (1.0.2-1) unstable; urgency=low
deluge-torrent (1.0.3-1) unstable; urgency=low
* 1.0.2
* 1.0.3
-- Andrew Resch (andar) <andrewresch@gmail.com> Fri, 10 Oct 2008 02:10:00 -0000
-- Andrew Resch (andar) <andrewresch@gmail.com> Sat, 18 Oct 2008 02:10:00 -0000

View file

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