Skip to content

Commit 723740c

Browse files
Birger SchachtBirger Schacht
authored andcommitted
REL: 2.3.0 feature release
1 parent bab1168 commit 723740c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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-
2.3.0 (unreleased)
9+
2.3.0 (2021-03-04)
1010
------------------
1111

1212
This is the first release as separate project. ``intelmq-api`` has been a part of ``intelmq-manager`` but has now been turned into its own project.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ intelmq-api
1414
intelmq-api is a `hug <http://hug.rest>`_ based API for the `intelmq <https://github.com/certtools/intelmq/>`_ project.
1515

1616

17-
Extensive documentation regarding the installation, configuration and usage of the `intelmq-api` can be found in the `intelmq documentation <https://intelmq.readthedocs.io/en/latest/user/intelmq-api.html>`_.
17+
Extensive documentation regarding the installation, configuration and usage of the `intelmq-api` can be found in the `intelmq documentation <https://intelmq.readthedocs.io/en/maintenance/user/intelmq-api.html>`_.
1818

1919

2020
*************

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
intelmq-api (2.3.0~alpha3-1) UNRELEASED; urgency=medium
1+
intelmq-api (2.3.0-1) unstable; urgency=medium
22

33
* Initial release.
44

5-
-- Birger Schacht <schacht@cert.at> Mon, 23 Nov 2020 12:36:57 +0100
5+
-- Birger Schacht <schacht@cert.at> Thu, 04 Mar 2021 10:46:45 +0100

intelmq_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
SPDX-FileCopyrightText: 2020 Birger Schacht
44
SPDX-License-Identifier: AGPL-3.0-or-later
55
"""
6-
__version_info__ = (2, 3, 0, 'alpha3')
6+
__version_info__ = (2, 3, 0)
77
__version__ = '.'.join(map(str, __version_info__))

0 commit comments

Comments
 (0)