From 9860d6a0e5f9d1b650798bd558c7612079f35313 Mon Sep 17 00:00:00 2001 From: Mikhail Podgurskiy Date: Thu, 23 Aug 2018 12:57:31 +0600 Subject: [PATCH] Bump version --- CHANGELOG.rst | 10 ++++++++++ README.rst | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2632b519..82f17874 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +1.3.0 2018-08-23 +---------------- + +- Django 2.1 compatibility +- Conform select multiple attribute rendering +- Fix multiple and clearable file inputs +- Support for field.disabled +- [PRO] Improve custom columns ordering handing +- [PRO] Allow to select object from different pages in a list view + 1.2.5 2018-05-07 ---------------- diff --git a/README.rst b/README.rst index 01c0d89f..eee257d1 100644 --- a/README.rst +++ b/README.rst @@ -85,8 +85,8 @@ Django Material Pro with additional features has a commercial-friendly license. Changelog ========= -1.3.0 GIT VERSION ------------------ +1.3.0 2018-08-23 +---------------- - Django 2.1 compatibility - Conform select multiple attribute rendering