From ba5c2a92e77d952fc5a283ec7e917de923425fa5 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 31 Jan 2017 15:44:51 +0000 Subject: [PATCH] Version 1.5.3. --- CHANGES.txt | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 70272bb9..dcf06328 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,10 @@ +Version 1.5.3, 2017-01-31 + * Switch LabelCommands from using 'args' to 'label'. #278 + * Increase the max_length of CodeType.code & NameType.code + * MapIt UK specific: + * Script to import English local authority IDs. #275 + * Remove some UK specific templates. + Version 1.5.2, 2016-11-16 * Replace uses of old Django aggregate functions. #271 * Fix display of Geometry object in admin. #272 diff --git a/setup.py b/setup.py index cf3a3f4b..44d2ddbc 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def read_file(filename): setup( name='django-mapit', - version='1.5.2', + version='1.5.3', description=( 'A web service for mapping postcodes and points to current or past ' 'administrative area information and polygons.'),