From e287caa9d6e2b9e7e514c4ac3548c1c01f1e157d Mon Sep 17 00:00:00 2001 From: Stefan Pratter Date: Mon, 19 Jun 2023 12:06:57 +0000 Subject: [PATCH] Version 2.0.0 --- Ctl/VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ctl/VERSION b/Ctl/VERSION index a744d4e..359a5b9 100644 --- a/Ctl/VERSION +++ b/Ctl/VERSION @@ -1 +1 @@ -1.9.1.1 \ No newline at end of file +2.0.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 09e4aa0..1488fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "django-grainy" repository = "https://github.com/20c/django-grainy" readme = "README.md" -version = "1.9.1.1" +version = "2.0.0" description = "granular permissions for django" authors = [ "20C ",] license = "LICENSE.txt"