From 186a8091c1e9576708d849a3a909ac37778ccb2e Mon Sep 17 00:00:00 2001 From: nitely Date: Wed, 5 Apr 2023 21:40:12 -0300 Subject: [PATCH] bump to v0.13.0 --- HISTORY.md | 6 ++++++ spirit/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index def604747..17e55c3ed 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +0.13.0 +================== + +* Support only Python 3.8, 3.9, 3.10, and 3.11 +* Support only Django 3.2, and 4.2 + 0.12.3 ================== diff --git a/spirit/__init__.py b/spirit/__init__.py index 2982891a2..20aa0748f 100644 --- a/spirit/__init__.py +++ b/spirit/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.12.3' +__version__ = '0.13.0'