From c59b2074c7c31815a4e1fa695cf9805c15c860c4 Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 9 Apr 2024 16:19:11 +0100 Subject: [PATCH 1/2] Update version 2.6.4 --- 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 041e628..f40a856 100644 --- a/dc_utils/__init__.py +++ b/dc_utils/__init__.py @@ -1 +1 @@ -__version__ = "2.6.3" +__version__ = "2.6.4" diff --git a/pyproject.toml b/pyproject.toml index 7b6b026..2ab9ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dc_django_utils" -version = "2.6.3" +version = "2.6.4" 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"}] From 1c3ad6bcab4810c306d083e6c2f3cce889b9c02c Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 9 Apr 2024 16:40:02 +0100 Subject: [PATCH 2/2] Update design-system url --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ab9ab4..95df68b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pytest-flakes", "pytest-ruff", "pytidylib", - "dc-design-system @ https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.zip#sha1=3fedf363770c5fda9c9b883b97b5ecae44be2793", + "dc-design-system @ https://github.com/DemocracyClub/design-system/archive/0.4.6.zip#sha1=3fedf363770c5fda9c9b883b97b5ecae44be2793", "whitenoise", "pysass", "jsmin<3.1",