From 0d5f2804035a22c1fbaf28f1f0c9938de0a01fae Mon Sep 17 00:00:00 2001 From: Stefan Pratter Date: Thu, 21 Mar 2024 17:54:13 +0000 Subject: [PATCH] Version 3.4.0 --- Ctl/VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ctl/VERSION b/Ctl/VERSION index 0fa4ae4..fbcbf73 100644 --- a/Ctl/VERSION +++ b/Ctl/VERSION @@ -1 +1 @@ -3.3.0 \ No newline at end of file +3.4.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4e049b2..f80db88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-peeringdb" -version = "3.3.0" +version = "3.4.0" description = "PeeringDB Django models" readme = "README.md" repository = "https://github.com/peeringdb/django-peeringdb"