diff options
author | mkaay <mkaay@mkaay.de> | 2010-02-08 18:03:32 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-02-08 18:03:32 +0100 |
commit | 38a84d8e33622c345a8b84e696fcbd604652fa0c (patch) | |
tree | 5fbc6a53a334729d8e25bf43cd1a6da86882d6e1 /module | |
parent | Added tag v0.3.1 for changeset 173e05781b91 (diff) | |
download | pyload-38a84d8e33622c345a8b84e696fcbd604652fa0c.tar.xz |
new version stringsv0.3.1
Diffstat (limited to 'module')
-rw-r--r-- | module/download_thread.py | 2 | ||||
-rw-r--r-- | module/file_list.py | 2 | ||||
-rw-r--r-- | module/gui/connector.py | 2 | ||||
-rw-r--r-- | module/thread_list.py | 2 | ||||
-rw-r--r-- | module/web/settings.py | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/module/download_thread.py b/module/download_thread.py index 7c899b185..1cc509bca 100644 --- a/module/download_thread.py +++ b/module/download_thread.py @@ -18,7 +18,7 @@ @author: mkaay @author: spoob @author: sebnapi - @version: v0.3 + @version: v0.3.1 """ import threading diff --git a/module/file_list.py b/module/file_list.py index d251868b9..84f875cad 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -17,7 +17,7 @@ @author: mkaay @author: RaNaN - @version: v0.3 + @version: v0.3.1 @list-version: v4 """ diff --git a/module/gui/connector.py b/module/gui/connector.py index 7b872a0a9..9ca164625 100644 --- a/module/gui/connector.py +++ b/module/gui/connector.py @@ -16,7 +16,7 @@ @author: mkaay """ -SERVER_VERSION = "0.3" +SERVER_VERSION = "0.3.1" from time import sleep from uuid import uuid4 as uuid diff --git a/module/thread_list.py b/module/thread_list.py index a50d73aaf..d8a05a41d 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -19,7 +19,7 @@ @author: spoob @author: sebnapi @author: RaNaN - @version: v0.3 + @version: v0.3.1 """ from __future__ import with_statement diff --git a/module/web/settings.py b/module/web/settings.py index 0b9a9e460..11224faf4 100644 --- a/module/web/settings.py +++ b/module/web/settings.py @@ -8,7 +8,7 @@ import os.path import sys
import xmlrpclib
-SERVER_VERSION = "0.3"
+SERVER_VERSION = "0.3.1"
PROJECT_DIR = os.path.dirname(__file__)
@@ -134,4 +134,4 @@ INSTALLED_APPS = ( AUTH_PROFILE_MODULE = 'pyload.UserProfile'
-LOGIN_URL = '/login'
\ No newline at end of file +LOGIN_URL = '/login' |