From 5674554282a5841fe5dd46b8025a0b685a8fcc35 Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Thu, 12 Oct 2023 18:30:30 +0200 Subject: [PATCH] [4.4.x] Bump version to 4.4.1 --- 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 1344b02d1..53b7b7c1f 100644 --- a/irrd/__init__.py +++ b/irrd/__init__.py @@ -1,4 +1,4 @@ # Note that version is also in pyproject.toml -__version__ = "4.4.0" +__version__ = "4.4.1" 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 d5684a8e3..f3f7f3dc3 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.0" +version = "4.4.1" description = "Internet Routing Registry daemon (IRRd)" authors = ["Reliably Coded for NTT Ltd. and others "] license = "BSD"