chg: [PyMISP] Bump version

pull/6538/head
Raphaël Vinot 2020-11-02 10:55:59 +01:00
parent 5fd28c5ede
commit 3b6017a5ed
2 changed files with 2 additions and 2 deletions

2
PyMISP

@ -1 +1 @@
Subproject commit 1c28f266c528605146681c8eae946e6c5e382c98
Subproject commit 0947e5eabebf591b2cd56cda5eb84092c83e6ad8

View File

@ -49,7 +49,7 @@ class AppController extends Controller
public $helpers = array('Utility', 'OrgImg', 'FontAwesome', 'UserName', 'DataPathCollector');
private $__queryVersion = '114';
public $pyMispVersion = '2.4.133';
public $pyMispVersion = '2.4.134';
public $phpmin = '7.2';
public $phprec = '7.4';
public $pythonmin = '3.6';