Trying out the last commit

This commit is contained in:
Miroslav Stampar 2016-08-02 12:01:02 +02:00
parent a0ddd99087
commit 67bc3ed359
3 changed files with 5 additions and 2 deletions

View File

@ -21,3 +21,6 @@ then
/bin/bash ${SCRIPTPATH%/*}/pypi.sh
fi
fi
echo "Going to push PyPI package"
/bin/bash ${SCRIPTPATH%/*}/pypi.sh

View File

@ -19,7 +19,7 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
VERSION = "1.0.8.10"
VERSION = "1.0.8.11"
REVISION = getRevisionNumber()
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}

View File

@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
5ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
99a2b496b9d5b546b335653ca801153f lib/core/revision.py
7c15dd2777af4dac2c89cab6df17462e lib/core/session.py
80701fc53b5e6712b901ac39315af94d lib/core/settings.py
870515d65798077bd2c24ea36ba727bd lib/core/settings.py
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
23657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
0bc2fae1dec18cdd11954b22358293f2 lib/core/target.py