From e13d1fa219bc276e5870ce2135f6f4df64a20b3c Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Fri, 5 May 2023 15:42:16 +0200 Subject: [PATCH] Bump version to 2.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99d263d..169f316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-admin-anchors" -version = "2.0.1" +version = "2.0.2" description = "Link related objects in Django admin using decorators" license = "MIT" authors = ["Jonathan Ehwald "]