From 4ec81c1f2aefff7b974fb89ce5685a8647d44e46 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Tue, 24 Sep 2024 15:56:25 +0200 Subject: [PATCH] django-cabinet 0.17 --- CHANGELOG.rst | 5 +++++ cabinet/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a97fde..6f83a74 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,12 @@ Change log Next version ~~~~~~~~~~~~ +0.17 (2024-09-24) +~~~~~~~~~~~~~~~~~ + - Pruned the CI matrix. +- Dropped compatibility with Python < 3.10. +- Added russian translations. Thanks @1vank1n. 0.16 (2024-07-30) diff --git a/cabinet/__init__.py b/cabinet/__init__.py index 5a313cc..fd86b3e 100644 --- a/cabinet/__init__.py +++ b/cabinet/__init__.py @@ -1 +1 @@ -__version__ = "0.16.0" +__version__ = "0.17.0"