Update version

Update ChangeLog
This commit is contained in:
Andrew Resch 2010-05-05 14:52:18 -07:00
parent e7907a63ee
commit 44f9e17a09
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
=== Deluge 1.3.0 (In Development) ===
=== Deluge 1.3.0-rc1 (In Development) ===
==== Core ====
* Implement #1063 option to delete torrent file copy on torrent removal - patch from Ghent
* Implement #457 progress bars for folders
@ -38,6 +38,7 @@
* Add ability to rename files prior to adding them
* Fix shutdown handler with GNOME session manager
* Allow 4 MiB piece sizes when creating a torrent
* Use new SessionProxy class for caching torrent status client-side
==== ConsoleUI ====
* Changed to use curses for a more interactive client

View File

@ -424,7 +424,7 @@ _data_files = [
# Main setup
setup(
name = "deluge",
version = "1.2.900",
version = "1.3.0-rc1",
fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill",