From 0a62691952a92a0f727ebfc0538ca59c6d68ccd5 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:12:26 -0400 Subject: [PATCH] Bump package version to 2.6.3 --- cachalot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachalot/__init__.py b/cachalot/__init__.py index 73887ae9c..5fd0cd58f 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (2, 6, 2) +VERSION = (2, 6, 3) __version__ = ".".join(map(str, VERSION)) default_app_config = "cachalot.apps.CachalotConfig"