From 4168e24efd62803925feec4f0d4edbf4c1c18b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szczepan=20Cie=C5=9Blik?= Date: Fri, 14 Oct 2022 12:01:44 +0200 Subject: [PATCH] Version 2.6.0 --- HISTORY.rst | 6 ++++++ jsonmodels/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f7c40c0..1603ba9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +2.6.0 (2022-10-14) +++++++++++++++++++ + +* Removed Python 3.6 support. +* Added support for Python 3.11. + 2.5.1 (2022-06-16) ++++++++++++++++++ diff --git a/jsonmodels/__init__.py b/jsonmodels/__init__.py index c84928c..38d4749 100644 --- a/jsonmodels/__init__.py +++ b/jsonmodels/__init__.py @@ -1,3 +1,3 @@ __author__ = "Szczepan Cieślik" __email__ = "szczepan.cieslik@gmail.com" -__version__ = "2.5.1" +__version__ = "2.6.0"