From 43517511933aa5e30997789932a7c5e0b8536023 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 26 Apr 2021 10:18:58 +0200 Subject: [PATCH] Updated CHANGELOG and version. --- CHANGELOG.md | 5 +++++ admin_interface/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c77f78a..021b4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.3](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.16.3) - 2021-04-26 +- Added `compat` module. +- Added missing `0021_file_extension_validator` migration. #126 +- Formatted migrations. + ## [0.16.2](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.16.2) - 2021-04-23 - Added `python 3.9` and `django 3.2` to CI. - Added `FileExtensionValidator` to `logo` and `favicon` fields. #112 diff --git a/admin_interface/version.py b/admin_interface/version.py index 4274d55..4e425fd 100644 --- a/admin_interface/version.py +++ b/admin_interface/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.16.2' +__version__ = '0.16.3'