From 838fb2a50a673346121f74d587d1e958844bef01 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Thu, 25 Jan 2024 14:46:18 +0100 Subject: [PATCH] Bump to 4.4.3 --- irrd/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/irrd/__init__.py b/irrd/__init__.py index 9e4b90e0e..b6bf40385 100644 --- a/irrd/__init__.py +++ b/irrd/__init__.py @@ -1,4 +1,4 @@ # Note that version is also in pyproject.toml -__version__ = "4.4.2" +__version__ = "4.4.3" ENV_MAIN_PROCESS_PID = "IRRD_MAIN_PROCESS_PID" META_KEY_HTTP_CLIENT_IP = "HTTP-Client-IP" diff --git a/pyproject.toml b/pyproject.toml index 211ef3a33..fa748a09d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ name = "irrd" [tool.poetry] name = "irrd" # Note that version is also in irrd/__init__.py -version = "4.4.2" +version = "4.4.3" description = "Internet Routing Registry daemon (IRRd)" authors = ["Reliably Coded for NTT Ltd. and others "] license = "BSD"