Skip to content

Commit 631d897

Browse files
committed
preparing release
1 parent 03c4e0a commit 631d897

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
intelmq (3.2.2a1-1) UNRELEASED; urgency=medium
1+
intelmq (3.3.0-1) stable; urgency=medium
22

3-
*
3+
* 3.3.0 Feature release
44

55
-- Sebastian Wagner <sebix@sebix.at> Tue, 05 Sep 2023 15:05:07 +0200
66

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

0 commit comments

Comments
 (0)