Skip to content

Commit

Permalink
Version number is bumped up.
Browse files Browse the repository at this point in the history
CHANGELOG is updated.
  • Loading branch information
idlesign committed Feb 17, 2013
1 parent 2a90525 commit d17fd54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v0.1.6
------
+ Added rutor.org tracker support.
+ Added tr.anidub.com tracker support.
+ Added automatic top directory renaming (closes #4).
+ API now exposes `GenericPrivateTrackerHandler` and `GenericPublicTrackerHandler` helper classes.


v0.1.5
------
+ Added status bar text when no updates checks are made yet.
Expand Down
2 changes: 1 addition & 1 deletion updatorr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from deluge.plugins.init import PluginInitBase


VERSION = (0, 1, 5)
VERSION = (0, 1, 6)


class CorePlugin(PluginInitBase):
Expand Down

0 comments on commit d17fd54

Please sign in to comment.