summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-19 02:05:38 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-19 02:05:38 +0200
commit82a5040041036e07103615c2c95be427ddfd3658 (patch)
treec723837e6d595d4364e731bd4d13714b7e621dfa
parentTwo devtool scripts from master branch (diff)
downloadpyload-82a5040041036e07103615c2c95be427ddfd3658.tar.xz
Bump release version
-rw-r--r--docs/conf.py2
-rw-r--r--locale/cli.pot2
-rw-r--r--locale/core.pot2
-rw-r--r--locale/django.pot2
-rw-r--r--locale/setup.pot2
-rw-r--r--pavement.py2
-rwxr-xr-xpyLoadCore.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 24752ee5f..b5976d2fc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -66,7 +66,7 @@ cog.outl("version = '%s'" % ".".join(v[:2]))
cog.outl("release = '%s'" % ".".join(v))
]]]"""
version = '0.4'
-release = '0.4.9'
+release = '0.4.10'
# [[[end]]]
diff --git a/locale/cli.pot b/locale/cli.pot
index 7e46b554f..4c437d256 100644
--- a/locale/cli.pot
+++ b/locale/cli.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: pyLoad 0.4.9\n"
+"Project-Id-Version: pyLoad 0.4.10\n"
"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n"
"POT-Creation-Date: 2014-07-13 20:53+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/locale/core.pot b/locale/core.pot
index 0e8afa8be..e4b0dc908 100644
--- a/locale/core.pot
+++ b/locale/core.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: pyLoad 0.4.9\n"
+"Project-Id-Version: pyLoad 0.4.10\n"
"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n"
"POT-Creation-Date: 2014-07-13 20:53+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/locale/django.pot b/locale/django.pot
index 7a8290652..9ef92986b 100644
--- a/locale/django.pot
+++ b/locale/django.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: pyLoad 0.4.9\n"
+"Project-Id-Version: pyLoad 0.4.10\n"
"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n"
"POT-Creation-Date: 2014-07-13 20:53+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/locale/setup.pot b/locale/setup.pot
index 24b9cc813..28d9905a4 100644
--- a/locale/setup.pot
+++ b/locale/setup.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: pyLoad 0.4.9\n"
+"Project-Id-Version: pyLoad 0.4.10\n"
"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n"
"POT-Creation-Date: 2014-07-13 20:53+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/pavement.py b/pavement.py
index 9dd09d873..9f8ebacbf 100644
--- a/pavement.py
+++ b/pavement.py
@@ -27,7 +27,7 @@ if sys.version_info <= (2, 5):
setup(
name="pyload",
- version="0.4.9",
+ version="0.4.10",
description='Fast, lightweight and full featured download manager.',
long_description=open(PROJECT_DIR / "README.md").read(),
keywords = ('pyload', 'download-manager', 'one-click-hoster', 'download'),
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 7aec7aa4c..262380ce7 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -18,7 +18,7 @@
@author: sebnapi
@author: RaNaN
@author: mkaay
- @version: v0.4.9
+ @version: v0.4.10
"""
CURRENT_VERSION = '0.4.9'