mirror of https://github.com/MISP/PyMISP
parent
892c5ade94
commit
5fa99aa557
|
@ -2,11 +2,43 @@ Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
|
v2.4.168.1 (2023-02-28)
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
New
|
||||||
|
~~~
|
||||||
|
- [doc] added the Jupyter notebook used in a.7-rest-api-extensive-
|
||||||
|
restsearch. [Alexandre Dulaunoy]
|
||||||
|
|
||||||
|
Changes
|
||||||
|
~~~~~~~
|
||||||
|
- Bump templates, again. [Raphaël Vinot]
|
||||||
|
- Bump templates. [Raphaël Vinot]
|
||||||
|
- Bump deps, templates. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Properly handle missing parameter in CSV importer. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Fix #931
|
||||||
|
- Undefined variable in event delegation. [Raphaël Vinot]
|
||||||
|
- Remove reference to old pydeep. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Fix #914
|
||||||
|
|
||||||
|
|
||||||
v2.4.168 (2023-01-23)
|
v2.4.168 (2023-01-23)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
- Bump changelog. [Raphaël Vinot]
|
||||||
- Bump version. [Raphaël Vinot]
|
- Bump version. [Raphaël Vinot]
|
||||||
- Bump deps. [Raphaël Vinot]
|
- Bump deps. [Raphaël Vinot]
|
||||||
- Bump deps. [Raphaël Vinot]
|
- Bump deps. [Raphaël Vinot]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '2.4.168'
|
__version__ = '2.4.168.1'
|
||||||
import logging
|
import logging
|
||||||
import sys
|
import sys
|
||||||
import warnings
|
import warnings
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pymisp"
|
name = "pymisp"
|
||||||
version = "2.4.168"
|
version = "2.4.168.1"
|
||||||
description = "Python API for MISP."
|
description = "Python API for MISP."
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "BSD-2-Clause"
|
license = "BSD-2-Clause"
|
||||||
|
|
Loading…
Reference in New Issue