mirror of https://github.com/MISP/PyMISP
parent
883889c9c5
commit
03dc22f959
|
@ -2,6 +2,19 @@ Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|
||||||
|
v2.4.155.1 (2022-03-03)
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
~~~~~~~
|
||||||
|
- Bump required python version for doc. [Raphaël Vinot]
|
||||||
|
- Remove python 3.6 from metadata. [Raphaël Vinot]
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Incorrect call when requesting a new API key. [Raphaël Vinot]
|
||||||
|
|
||||||
|
|
||||||
v2.4.155 (2022-03-03)
|
v2.4.155 (2022-03-03)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -12,6 +25,7 @@ New
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
- Re-bump changelog. [Raphaël Vinot]
|
||||||
- Bump version. [Raphaël Vinot]
|
- Bump version. [Raphaël Vinot]
|
||||||
- Bump changelog. [Raphaël Vinot]
|
- Bump changelog. [Raphaël Vinot]
|
||||||
- Bump misp-objects. [Raphaël Vinot]
|
- Bump misp-objects. [Raphaël Vinot]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '2.4.155'
|
__version__ = '2.4.155.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.155"
|
version = "2.4.155.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