diff --git a/CHANGELOG b/CHANGELOG index 61c9f84..b48cf6a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,8 @@ django-sitegate changelog ========================= -Unreleased ----------- +v1.3.3 [2022-11-27] +------------------- * Django 4+ compatibility improved. diff --git a/sitegate/__init__.py b/sitegate/__init__.py index a14e0a9..251d9ba 100644 --- a/sitegate/__init__.py +++ b/sitegate/__init__.py @@ -1,3 +1,3 @@ -VERSION = (1, 3, 2) +VERSION = (1, 3, 3) -default_app_config = 'sitegate.apps.SitegateConfig' +default_app_config = 'sitegate.apps.SitegateConfig' \ No newline at end of file