File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<img alt =" CommixProject " src =" https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67 " height =" 142 " />
3
3
<p align =" center " >
4
4
<a href="https://api.travis-ci.org/commixproject/commix"><img alt="Build Status" src="https://api.travis-ci.org/commixproject/commix.svg?branch=master"></a>
5
- <a href="https://github.com/commixproject/commix/releases/tag/v2.9-20190626 "><img alt="Version 2.9 " src="https://img.shields.io/badge/version-2.9 -green.svg"></a>
5
+ <a href="https://github.com/commixproject/commix/releases/tag/v3.0-20191111 "><img alt="Version 3.0 " src="https://img.shields.io/badge/version-3.0 -green.svg"></a>
6
6
<a href="http://www.python.org/download/"><img alt="Python 2.6|2.7|3.x" src="https://img.shields.io/badge/python-2.6|2.7|3.x-yellow.svg"></a>
7
7
<a href="https://github.com/commixproject/commix/blob/master/readme/COPYING"><img alt="GPLv3 License" src="https://img.shields.io/badge/license-GPLv3-red.svg"></a>
8
8
<a href="https://github.com/sqlmapproject/sqlmap/issues?q=is%3Aissue+is%3Aclosed"><img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed-raw/commixproject/commix.svg?colorB=ff0000"></a>
Original file line number Diff line number Diff line change 1
- ## Version 3.0 (upcoming )
1
+ ## Version 3.0 (2019-11-11 )
2
2
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
3
3
* Revised: Improvement regarding identifying the indicated web-page charset.
4
4
* Added: Support for Python 3.x
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ def sys_argv_errors():
157
157
DESCRIPTION = "The command injection exploiter"
158
158
AUTHOR = "Anastasios Stasinopoulos"
159
159
VERSION_NUM = "3.0.66"
160
- STABLE_VERSION = False
160
+ STABLE_VERSION = True
161
161
if STABLE_VERSION :
162
162
VERSION = "v" + VERSION_NUM [:3 ] + "-stable"
163
163
else :
You can’t perform that action at this time.
0 commit comments