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'