Skip to content

Commit 1d9ef49

Browse files
author
Sebastian Wagner
committed
REL: 2.3.0 feature release
1 parent 4dbd70a commit 1d9ef49

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
==========
33

4-
2.3.0 (unreleased)
4+
2.3.0 (2021-03-04)
55
------------------
66

77
IntelMQ no longer supports Python 3.5 (and thus Debian 9 and Ubuntu 16.04), the minimum supported Python version is 3.6.

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NEWS
44
This file lists all changes which have an affect on the administration of IntelMQ and contains steps that you need to be aware off for the upgrade.
55
Please refer to the changelog for a full list of changes.
66

7-
2.3.0 Bugfix release (unreleased)
7+
2.3.0 Feature release (2021-03-04)
88
----------------------------------
99

1010
The documentation is now available at [intelmq.readthedocs.io](https://intelmq.readthedocs.io/).

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
intelmq (2.3.0-1) unstable; urgency=medium
2+
3+
* Update to 2.3.0 stable version.
4+
5+
-- Sebastian Wagner <[email protected]> Wed, 03 Mar 2021 20:51:15 +0100
6+
17
intelmq (2.3.0~rc1-1) unstable; urgency=medium
28

39
* Update to 2.3.0 Release candidate 1.

intelmq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 3, 0, 'rc1')
1+
__version_info__ = (2, 3, 0)
22
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)