chg: Bump changelog

pull/835/head v2.4.155.1
Raphaël Vinot 2022-03-03 19:18:01 +01:00
parent 883889c9c5
commit 03dc22f959
3 changed files with 16 additions and 2 deletions

View File

@ -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)
---------------------
@ -12,6 +25,7 @@ New
Changes
~~~~~~~
- Re-bump changelog. [Raphaël Vinot]
- Bump version. [Raphaël Vinot]
- Bump changelog. [Raphaël Vinot]
- Bump misp-objects. [Raphaël Vinot]

View File

@ -1,4 +1,4 @@
__version__ = '2.4.155'
__version__ = '2.4.155.1'
import logging
import sys
import warnings

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pymisp"
version = "2.4.155"
version = "2.4.155.1"
description = "Python API for MISP."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-2-Clause"