Skip to content

Commit

Permalink
REL: 3.0.0 Major release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Jul 2, 2021
1 parent 81f304a commit 9f8513b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CHANGELOG
=========


3.0.0 (unreleased)
3.0.0 (2021-07-07)
------------------

- 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.
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-api (3.0.0-1) stable; urgency=medium

* Update to 3.0.0.

-- Sebastian Wagner <wagner@cert.at> Fri, 02 Jul 2021 18:49:25 +0200

intelmq-api (3.0.0~rc1-1) unstable; urgency=low

* Update to 3.0.0 Release candidate 1.
Expand Down
4 changes: 2 additions & 2 deletions intelmq_api/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Version file for intelmq-api
SPDX-FileCopyrightText: 2020 Birger Schacht
SPDX-FileCopyrightText: 2020-2021 Birger Schacht, Sebastian Wagner
SPDX-License-Identifier: AGPL-3.0-or-later
"""
__version_info__ = (3, 0, 0, 'rc1')
__version_info__ = (3, 0, 0)
__version__ = '.'.join(map(str, __version_info__))

0 comments on commit 9f8513b

Please sign in to comment.