Skip to content

Commit

Permalink
maint: prepare 3.2.2 release/version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebix committed Aug 28, 2023
1 parent e807ff9 commit 2fd4077
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@
CHANGELOG
==========


3.2.2 (unreleased)
------------------

### Configuration

### Core

### Development

### Data Format

### Bots
#### Collectors

#### Parsers

#### Experts

#### Outputs

### Documentation

### Packaging

### Tests

### Tools

### Contrib

### Known issues


3.2.1 (2023-08-28)
------------------

Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ This file lists all changes which have an affect on the administration of IntelM
Please refer to the change log for a full list of changes.


3.2.2 Bugfix release (unreleased)
---------------------------------

### Requirements

### Tools

### Data Format

### Configuration

### Libraries

### Postgres databases


3.2.1 Bugfix release (2023-08-23)
---------------------------------

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
intelmq (3.2.2-1) UNRELEASED; urgency=medium

*

-- Sebastian Wagner <[email protected]> Mon, 28 Aug 2023 17:41:52 +0200

intelmq (3.2.1-1) stable; urgency=medium

* 3.2.1 Bugfix release
Expand Down
2 changes: 1 addition & 1 deletion intelmq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later

__version_info__ = (3, 2, 1)
__version_info__ = (3, 2, 2, 'a1')
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 2fd4077

Please sign in to comment.