From 27d1ea7e1e561acd81c60feeab70fa307b43f96c Mon Sep 17 00:00:00 2001 From: Hanne Moa Date: Thu, 14 Nov 2024 12:00:55 +0100 Subject: [PATCH] Update version and dependencies for new release --- pyproject.toml | 2 +- src/argus_htmx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 94f708b2..b2a49154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "argus-server>=1.25.0", + "argus-server>=1.27.0", "django-htmx", "django-widget-tweaks==1.5.0", "social-auth-core>=4.1", diff --git a/src/argus_htmx/__init__.py b/src/argus_htmx/__init__.py index e9ed7e53..718d0003 100644 --- a/src/argus_htmx/__init__.py +++ b/src/argus_htmx/__init__.py @@ -1 +1 @@ -__version__ = "0.16" +__version__ = "0.17"