Skip to content

Commit 1780596

Browse files
author
Sebastian Wagner
committed
REL: Release 2.3.1
1 parent b4360c0 commit 1780596

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ CHANGELOG
66
=========
77

88

9+
2.3.1 (2021-03-25)
10+
------------------
11+
12+
Session database permission errors: Catch the exception in the code and add a hint to check the permissions of both the file and the directory (PR#25 by Birger Schacht, fixes #23).
13+
14+
915
2.3.0 (2021-03-04)
1016
------------------
1117

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
intelmq-api (2.3.1-1) unstable; urgency=medium
2+
3+
* Uodate to 2.3.1.
4+
5+
-- Sebastian Wagner <[email protected]> Thu, 25 Mar 2021 11:13:33 +0100
6+
17
intelmq-api (2.3.0-1) unstable; urgency=medium
28

39
* Initial release.

intelmq_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
SPDX-FileCopyrightText: 2020 Birger Schacht
44
SPDX-License-Identifier: AGPL-3.0-or-later
55
"""
6-
__version_info__ = (2, 3, 0)
6+
__version_info__ = (2, 3, 1)
77
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)