Skip to content

Commit 3a32cbe

Browse files
committed
3.2.0 Release
1 parent 62979c6 commit 3a32cbe

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!-- comment
2-
SPDX-FileCopyrightText: 2015-2022 Sebastian Wagner
2+
SPDX-FileCopyrightText: 2015-2023 Sebastian Wagner
33
SPDX-License-Identifier: AGPL-3.0-or-later
44
-->
55

66
CHANGELOG
77
==========
88

9-
3.2.0 (unreleased)
9+
3.2.0 (2023-07-18)
1010
------------------
1111

1212
### Core

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This file lists all changes which have an affect on the administration of IntelM
1010
Please refer to the change log for a full list of changes.
1111

1212

13-
3.2.0 Feature release (2023-05-24)
13+
3.2.0 Feature release (2023-07-18)
1414
----------------------------------
1515

1616
No changes are required by administrators.

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
intelmq (3.2.0a1-1) stable; urgency=medium
1+
intelmq (3.2.0-1) stable; urgency=medium
2+
3+
* 3.2.0 Release
4+
5+
-- Sebastian Wagner <[email protected]> Tue, 18 Jul 2023 20:04:50 +0200
6+
7+
intelmq (3.2.0~a1-1) stable; urgency=medium
28

39
* Update to 3.2.0 Alpha 1.
410

intelmq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
__version_info__ = (3, 2, 0, 'a1')
5+
__version_info__ = (3, 2, 0)
66
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)