From 723740ce6a23afd48c17039f82b2d089834ce758 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Thu, 4 Mar 2021 10:48:30 +0100 Subject: [PATCH] REL: 2.3.0 feature release --- CHANGELOG.rst | 2 +- README.rst | 2 +- debian/changelog | 4 ++-- intelmq_api/version.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32ec1d7..a58f642 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ CHANGELOG ========= -2.3.0 (unreleased) +2.3.0 (2021-03-04) ------------------ 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. diff --git a/README.rst b/README.rst index e2dfe68..5a9edcd 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ intelmq-api intelmq-api is a `hug `_ based API for the `intelmq `_ project. -Extensive documentation regarding the installation, configuration and usage of the `intelmq-api` can be found in the `intelmq documentation `_. +Extensive documentation regarding the installation, configuration and usage of the `intelmq-api` can be found in the `intelmq documentation `_. ************* diff --git a/debian/changelog b/debian/changelog index bebbe2d..6f1c5ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -intelmq-api (2.3.0~alpha3-1) UNRELEASED; urgency=medium +intelmq-api (2.3.0-1) unstable; urgency=medium * Initial release. - -- Birger Schacht Mon, 23 Nov 2020 12:36:57 +0100 + -- Birger Schacht Thu, 04 Mar 2021 10:46:45 +0100 diff --git a/intelmq_api/version.py b/intelmq_api/version.py index 565888e..0486374 100644 --- a/intelmq_api/version.py +++ b/intelmq_api/version.py @@ -3,5 +3,5 @@ SPDX-FileCopyrightText: 2020 Birger Schacht SPDX-License-Identifier: AGPL-3.0-or-later """ -__version_info__ = (2, 3, 0, 'alpha3') +__version_info__ = (2, 3, 0) __version__ = '.'.join(map(str, __version_info__))