From ae1a218eae7abe00bb40f30b67991772c0609914 Mon Sep 17 00:00:00 2001 From: Mikail <6186720+NyanKiyoshi@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:54:09 +0100 Subject: [PATCH] Bump project version to v1.0.0b5 (#31) This changes the project version from v1.0.0b4 to v1.0.0b5. Changes that will be released: - Switch from pip-tools to Poetry - Removal of URL rewrites from the IP filtering feature in favor of socket-level IP address pinning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8e4a49..2301fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ "Saleor Commerce " ] license = "BSD-3-Clause" -version = "1.0.0b4" +version = "1.0.0b5" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers",