File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ chmod +x .git/hooks/post-commit
1111'
1212
1313SETTINGS=" ../../lib/core/settings.py"
14+ PYPI=" ../../extra/shutils/pypi.sh"
1415
1516declare -x SCRIPTPATH=" ${0} "
1617
2829 git tag $NEW_TAG
2930 git push origin $NEW_TAG
3031 echo " Going to push PyPI package"
31- /bin/bash ${SCRIPTPATH%/* } /pypi.sh
32+ /bin/bash ${SCRIPTPATH%/* } /$PYPI
3233 fi
3334fi
Original file line number Diff line number Diff line change 1919from lib .core .enums import OS
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.3.2.0 "
22+ VERSION = "1.3.2.1 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py
50507d8a22c582ad201f65b73225e4456170 lib/core/replication.py
51513179d34f371e0295dd4604568fb30bcd lib/core/revision.py
5252d6269c55789f78cf707e09a0f5b45443 lib/core/session.py
53- 6b0f9c399579d0b7fdc90a4653d16424 lib/core/settings.py
53+ b4f1b03bd5a6ec82fd2b84b6eccba5c9 lib/core/settings.py
54544483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py
555510fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py
56569c7b5c6397fb3da33e7a4d7876d159c6 lib/core/target.py
You can’t perform that action at this time.
0 commit comments