We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee00e8 commit 5dee37aCopy full SHA for 5dee37a
2 files changed
CHANGELOG.txt
@@ -2,11 +2,26 @@ Changelog
2
=========
3
4
5
+v2.5.32.3 (2026-02-16)
6
+----------------------
7
+
8
+Changes
9
+~~~~~~~
10
+- Expose MISPObjectException. [Raphaël Vinot]
11
+- Raise proper exception on invalid URL. [Raphaël Vinot]
12
13
+Fix
14
+~~~
15
+- Expose DataURLObject. [Raphaël Vinot]
16
+- Make sure we never have a \r at the endof a URL. [Raphaël Vinot]
17
18
19
v2.5.32.2 (2026-02-02)
20
----------------------
21
22
Changes
23
~~~~~~~
24
+- Bump changelog. [Raphaël Vinot]
25
- Bump version. [Raphaël Vinot]
26
27
Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "pymisp"
-version = "2.5.32.2"
+version = "2.5.32.3"
description = "Python API for MISP."
authors = [
{name="Raphaël Vinot", email="raphael.vinot@circl.lu"}
0 commit comments