Skip to content

Commit 80d3ed6

Browse files
author
Sebastian Wagner
committed
REL: 2.3.0 Feature release
1 parent 77fe880 commit 80d3ed6

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CHANGELOG
88
=========
99

1010

11-
2.3.0 (unreleased)
11+
2.3.0 (2021-03-04)
1212
------------------
1313

1414
### Backend

NEWS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ NEWS
1010
See the changelog for a full list of changes.
1111

1212

13-
2.3.0 (unreleased)
13+
2.3.0 (2021-03-04)
1414
------------------
15+
The IntelMQ Manager backend has been rewritten in Python and split off to the IntelMQ API.
16+
An installation of intelmq-api is now required to run the IntelMQ Manager.
17+
For deb/rpm-installations, you only need to upgrade the packages. Additional requirements are automatically pulled in.
18+
For manual installations, please follow the installation instructions:
19+
- for [intelmq-api](https://intelmq.readthedocs.io/en/maintenance/user/intelmq-api.html)
20+
- for [intelmq-manager](https://intelmq.readthedocs.io/en/maintenance/user/intelmq-manager.html)
1521

1622

1723
2.2.1 (2020-07-30)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
intelmq-manager (2.3.0-1) stable; urgency=medium
2+
3+
* Update to 2.3.0.
4+
5+
-- Sebastian Wagner <[email protected]> Thu, 04 Mar 2021 12:50:19 +0100
6+
17
intelmq-manager (2.3.0~alpha2-1) stable; urgency=medium
28

39
* Update to 2.3.0 alpha 2 (dev1).

intelmq_manager/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
SPDX-FileCopyrightText: 2020 Intelmq Team <[email protected]>
44
SPDX-License-Identifier: AGPL-3.0-or-later
55
"""
6-
__version_info__ = (2, 3, 0, 'dev1')
6+
__version_info__ = (2, 3, 0)
77
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)