From 6aec3c0c7bf04459a8e283b62dbff41d8c1bb83f Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 7 Apr 2020 15:50:01 +0200 Subject: [PATCH] Updated version and CHANGELOG.md. --- CHANGELOG.md | 4 ++++ admin_interface/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e18d00..f746159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.12.2](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.12.2) - 2020-04-07 +- Fixed popup javascript error when related modal is inactive. #76 +- Fixed js self invoking anonymous function expression. + ## [0.12.1](https://github.com/fabiocaccamo/django-admin-interface/releases/tag/0.12.1) - 2020-02-21 - Updated `.travis` config. - Fixed custom django admin header. #75 diff --git a/admin_interface/version.py b/admin_interface/version.py index 2bf22f6..18d9d8b 100644 --- a/admin_interface/version.py +++ b/admin_interface/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.12.1' +__version__ = '0.12.2'