Skip to content

Commit da04bc7

Browse files
committed
Updated CHANGELOG and version.
1 parent 625c67d commit da04bc7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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`.

maintenance_mode/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.16.1'
3+
__version__ = '0.16.2'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
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',

0 commit comments

Comments
 (0)