Skip to content

Commit 9f8513b

Browse files
author
Sebastian Wagner
committed
REL: 3.0.0 Major release
1 parent 81f304a commit 9f8513b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CHANGELOG
66
=========
77

88

9-
3.0.0 (unreleased)
9+
3.0.0 (2021-07-07)
1010
------------------
1111

1212
- The API endpoint ``/api/config`` no longer provides the ``BOTS`` file, as it was removed from IntelMQ. The new endpoint ``/api/bots`` provides the same information.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
intelmq-api (3.0.0-1) stable; urgency=medium
2+
3+
* Update to 3.0.0.
4+
5+
-- Sebastian Wagner <[email protected]> Fri, 02 Jul 2021 18:49:25 +0200
6+
17
intelmq-api (3.0.0~rc1-1) unstable; urgency=low
28

39
* Update to 3.0.0 Release candidate 1.

intelmq_api/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" Version file for intelmq-api
22
3-
SPDX-FileCopyrightText: 2020 Birger Schacht
3+
SPDX-FileCopyrightText: 2020-2021 Birger Schacht, Sebastian Wagner
44
SPDX-License-Identifier: AGPL-3.0-or-later
55
"""
6-
__version_info__ = (3, 0, 0, 'rc1')
6+
__version_info__ = (3, 0, 0)
77
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)