From c721359eea708f993a9c10e6a6b7add9fec65d37 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Wed, 14 Oct 2020 13:00:34 +0200 Subject: [PATCH] Updated CHANGELOG and version. --- CHANGELOG.md | 6 ++++++ admin_interface/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b063c04..409d9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.13.6](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.13.6) - 2020-10-14 +- Added persian language. #98 +- Fixed logo max-width on small screens. +- Fixed content max-width when nav-sidebar is collapsed. +- Fixed changelist max-width on medium screens. + ## [0.13.5](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.13.5) - 2020-09-15 - Fixed loaddata error with initial_data.json fixture. #97 - Fixed tests warning (admin.W411). diff --git a/admin_interface/version.py b/admin_interface/version.py index 5a7f433..9f7eb4f 100644 --- a/admin_interface/version.py +++ b/admin_interface/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.13.5' +__version__ = '0.13.6'