Skip to content

Commit 0273adf

Browse files
committed
[4.4.x] Bump to 4.4.4
1 parent 4b6b71b commit 0273adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

irrd/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Note that version is also in pyproject.toml
2-
__version__ = "4.4.3"
2+
__version__ = "4.4.4"
33
ENV_MAIN_PROCESS_PID = "IRRD_MAIN_PROCESS_PID"
44
META_KEY_HTTP_CLIENT_IP = "HTTP-Client-IP"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "irrd"
55
[tool.poetry]
66
name = "irrd"
77
# Note that version is also in irrd/__init__.py
8-
version = "4.4.3"
8+
version = "4.4.4"
99
description = "Internet Routing Registry daemon (IRRd)"
1010
authors = ["Reliably Coded for NTT Ltd. and others <[email protected]>"]
1111
license = "BSD"

0 commit comments

Comments
 (0)