summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e7445c28..ac82e5831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Deluge 1.1.3 - (In Development)
+Deluge 1.1.3 - (15 February 2009)
Core:
* Fix issue where checking queue would stop
* Fix announcing to SSL trackers
diff --git a/setup.py b/setup.py
index b060feff3..39a2db46f 100644
--- a/setup.py
+++ b/setup.py
@@ -412,5 +412,5 @@ setup(
]},
packages = find_packages(exclude=["plugins"]),
url = "http://deluge-torrent.org",
- version = "1.1.2",
+ version = "1.1.3",
)