mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
Prep for next release
This commit is contained in:
parent
f5b398aaea
commit
a2e0eae18a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
Deluge 0.9.05 - "1.0.0_RC5" (In Development)
|
Deluge 0.9.05 - "1.0.0_RC5" (04 August 2008)
|
||||||
Core:
|
Core:
|
||||||
* Fix deluged running with ssh X forwarding by removing the Gnome lib import
|
* Fix deluged running with ssh X forwarding by removing the Gnome lib import
|
||||||
* Save resume data periodically to help prevent data loss
|
* Save resume data periodically to help prevent data loss
|
||||||
|
|
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.05",
|
version = "0.9.06",
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue