mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
Prep for RC8
This commit is contained in:
parent
f2d80343c7
commit
acf59dd287
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
Deluge 0.9.08 - "1.0.0_RC8" (In Development)
|
Deluge 0.9.08 - "1.0.0_RC8" (27 August 2008)
|
||||||
Core:
|
Core:
|
||||||
* Attempt to automatically upgrade a 0.5.x state file to new format
|
* Attempt to automatically upgrade a 0.5.x state file to new format
|
||||||
* Tracker errors now change the tracker status
|
* Tracker errors now change the tracker status
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -323,7 +323,7 @@ setup(
|
||||||
]},
|
]},
|
||||||
packages = find_packages(exclude=["plugins"]),
|
packages = find_packages(exclude=["plugins"]),
|
||||||
url = "http://deluge-torrent.org",
|
url = "http://deluge-torrent.org",
|
||||||
version = "0.9.07",
|
version = "0.9.08",
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue