summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 21:52:08 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 21:52:08 +0100
commit9141141812bc8c209a6c09961582321067162f2e (patch)
treef8de5208b5a86c19d08452fd7871426a27947b63
parentIncrease all __version__ for crypters and hosters (diff)
downloadpyload-9141141812bc8c209a6c09961582321067162f2e.tar.xz
Increase all __version__ for internals
-rw-r--r--module/plugins/internal/Base.py2
-rw-r--r--module/plugins/internal/Container.py2
-rw-r--r--module/plugins/internal/SimpleCrypter.py2
-rw-r--r--module/plugins/internal/SimpleHoster.py2
-rw-r--r--module/plugins/internal/XFSAccount.py2
-rw-r--r--module/plugins/internal/XFSHoster.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/module/plugins/internal/Base.py b/module/plugins/internal/Base.py
index f71722055..e28121ce2 100644
--- a/module/plugins/internal/Base.py
+++ b/module/plugins/internal/Base.py
@@ -36,7 +36,7 @@ def create_getInfo(klass):
class Base(Plugin):
__name__ = "Base"
__type__ = "base"
- __version__ = "0.18"
+ __version__ = "0.19"
__status__ = "stable"
__pattern__ = r'^unmatchable$'
diff --git a/module/plugins/internal/Container.py b/module/plugins/internal/Container.py
index 16b2df2a8..5d294725d 100644
--- a/module/plugins/internal/Container.py
+++ b/module/plugins/internal/Container.py
@@ -12,7 +12,7 @@ from module.plugins.internal.utils import encode, exists, fs_join
class Container(Crypter):
__name__ = "Container"
__type__ = "container"
- __version__ = "0.08"
+ __version__ = "0.09"
__status__ = "stable"
__pattern__ = r'^unmatchable$'
diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py
index 89dc9b1a2..552edc405 100644
--- a/module/plugins/internal/SimpleCrypter.py
+++ b/module/plugins/internal/SimpleCrypter.py
@@ -11,7 +11,7 @@ from module.plugins.internal.utils import replace_patterns, set_cookie, set_cook
class SimpleCrypter(Crypter):
__name__ = "SimpleCrypter"
__type__ = "crypter"
- __version__ = "0.77"
+ __version__ = "0.78"
__status__ = "testing"
__pattern__ = r'^unmatchable$'
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index f53b80a0a..56bd2d72f 100644
--- a/module/plugins/internal/SimpleHoster.py
+++ b/module/plugins/internal/SimpleHoster.py
@@ -17,7 +17,7 @@ from module.plugins.internal.utils import (encode, parse_name, parse_size,
class SimpleHoster(Hoster):
__name__ = "SimpleHoster"
__type__ = "hoster"
- __version__ = "2.05"
+ __version__ = "2.06"
__status__ = "stable"
__pattern__ = r'^unmatchable$'
diff --git a/module/plugins/internal/XFSAccount.py b/module/plugins/internal/XFSAccount.py
index 3e9003577..5e93f3fe4 100644
--- a/module/plugins/internal/XFSAccount.py
+++ b/module/plugins/internal/XFSAccount.py
@@ -11,7 +11,7 @@ from module.plugins.internal.utils import parse_html_form, parse_time, set_cooki
class XFSAccount(MultiAccount):
__name__ = "XFSAccount"
__type__ = "account"
- __version__ = "0.55"
+ __version__ = "0.56"
__status__ = "stable"
__config__ = [("activated" , "bool" , "Activated" , True ),
diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py
index 971b92b64..52b17966d 100644
--- a/module/plugins/internal/XFSHoster.py
+++ b/module/plugins/internal/XFSHoster.py
@@ -12,7 +12,7 @@ from module.plugins.internal.utils import html_unescape, seconds_to_midnight, se
class XFSHoster(SimpleHoster):
__name__ = "XFSHoster"
__type__ = "hoster"
- __version__ = "0.70"
+ __version__ = "0.71"
__status__ = "stable"
__pattern__ = r'^unmatchable$'