From 26bcbc15f1d60f6ef11708417a507a0b396fcb94 Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Wed, 24 Apr 2024 14:59:51 +0100 Subject: [PATCH] Upgrade to version 6.0.0 --- dc_utils/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dc_utils/__init__.py b/dc_utils/__init__.py index ba7be38..0f607a5 100644 --- a/dc_utils/__init__.py +++ b/dc_utils/__init__.py @@ -1 +1 @@ -__version__ = "5.0.0" +__version__ = "6.0.0" diff --git a/pyproject.toml b/pyproject.toml index f8a975a..a3f50f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dc_django_utils" -version = "5.0.0" +version = "6.0.0" description = "This is a package to provide some common utilities for Django projects at Democracy Club." readme = "README.md" authors = [{name = "Sym Roe"}, {name = "Virginia Dooley"}]