File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.16.3] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.16.3 ) - 2021-04-26
8
+ - Added ` compat ` module.
9
+ - Added missing ` 0021_file_extension_validator ` migration. #126
10
+ - Formatted migrations.
11
+
7
12
## [ 0.16.2] ( https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.16.2 ) - 2021-04-23
8
13
- Added ` python 3.9 ` and ` django 3.2 ` to CI.
9
14
- Added ` FileExtensionValidator ` to ` logo ` and ` favicon ` fields. #112
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- __version__ = '0.16.2 '
3
+ __version__ = '0.16.3 '
You can’t perform that action at this time.
0 commit comments