Skip to content

Commit 29b40bd

Browse files
committed
maint: prepare version 3.2.1
1 parent bcccbf5 commit 29b40bd

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

CHANGELOG.md

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

9+
3.2.1 (unreleased)
10+
------------------
11+
12+
### Configuration
13+
14+
### Core
15+
16+
### Development
17+
18+
### Data Format
19+
20+
### Bots
21+
#### Collectors
22+
23+
#### Parsers
24+
25+
#### Experts
26+
27+
#### Outputs
28+
29+
### Documentation
30+
31+
### Packaging
32+
33+
### Tests
34+
35+
### Tools
36+
37+
### Contrib
38+
39+
### Known issues
40+
41+
942
3.2.0 (2023-07-18)
1043
------------------
1144

NEWS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ 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.1 Bugfix release (unreleased)
14+
---------------------------------
15+
16+
### Requirements
17+
18+
### Tools
19+
20+
### Data Format
21+
22+
### Configuration
23+
24+
### Libraries
25+
26+
### Postgres databases
27+
28+
1329
3.2.0 Feature release (2023-07-18)
1430
----------------------------------
1531

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)
5+
__version_info__ = (3, 2, 1, 'a1')
66
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)