From 571283c877fd64f535d771af7ebe5a84c71368b8 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Thu, 29 Jun 2023 14:00:50 +0200 Subject: [PATCH] Preparing release 2.1.0 --- CHANGES | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 24bae4e..ef952f1 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ CHANGELOG ========= +2.1.0 (2023-06-29) +================== + +- Remove usage of removed functions in Django 4 (thanks @hagbarddenstore) + 2.0.0 (2020-08-13) ================== diff --git a/setup.py b/setup.py index baea590..9810105 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='django-sizefield', - version='2.0.0', + version='2.1.0', author='Mathieu Leplatre', author_email='contact@mathieu-leplatre.info', url='https://github.com/leplatrem/django-sizefield',