File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.16.2] ( https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/0.16.2 ) - 2021-12-08
8+ - Added ` python 3.10 ` and ` django 4.0 ` compatibility.
9+
710## [ 0.16.1] ( https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/0.16.1 ) - 2021-09-24
811- Fixed logging filter condition to disable emailing 503 errors to admins while maintenance mode is enabled. #72
912- Added ` python 3.9 ` and ` django 3.2 ` to ` tox ` and ` travis ` .
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- __version__ = '0.16.1 '
3+ __version__ = '0.16.2 '
Original file line number Diff line number Diff line change 4949 'Framework :: Django :: 3.0' ,
5050 'Framework :: Django :: 3.1' ,
5151 'Framework :: Django :: 3.2' ,
52+ 'Framework :: Django :: 4.0' ,
5253 'Intended Audience :: Developers' ,
5354 'License :: OSI Approved :: MIT License' ,
5455 'Natural Language :: English' ,
You can’t perform that action at this time.
0 commit comments