added sabnzbd & nzbmatrix support

This commit is contained in:
Remy
2011-05-23 20:58:42 -07:00
parent 77fdbe4cee
commit 742176cb90
27 changed files with 6068 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
version_info = (2, 0, 0, 'rc', 2)
version = '.'.join(str(n) for n in version_info[:3])
release = version + ''.join(str(n) for n in version_info[3:])