Skip to content

Commit

Permalink
Updated CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Dec 8, 2021
1 parent 625c67d commit da04bc7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.16.2](https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/0.16.2) - 2021-12-08
- Added `python 3.10` and `django 4.0` compatibility.

## [0.16.1](https://github.com/fabiocaccamo/django-maintenance-mode/releases/tag/0.16.1) - 2021-09-24
- Fixed logging filter condition to disable emailing 503 errors to admins while maintenance mode is enabled. #72
- Added `python 3.9` and `django 3.2` to `tox` and `travis`.
Expand Down
2 changes: 1 addition & 1 deletion maintenance_mode/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.16.1'
__version__ = '0.16.2'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand Down

0 comments on commit da04bc7

Please sign in to comment.