From 70e192ba7cb527c0b4bc1c02022ea045fd2829eb Mon Sep 17 00:00:00 2001 From: Jason Held Date: Tue, 16 Apr 2024 16:21:04 -0400 Subject: [PATCH] version 1.3.7-b1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 791e8db..f2c8d67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-easy-audit" -version = "1.3.7-a1" +version = "1.3.7-b1" description = "Yet another Django audit log app, hopefully the simplest one." license = "GPL3" authors = ["Natán Calzolari "]