diff --git a/CHANGES.txt b/CHANGES.txt index 71a92bf8..e72c879e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,12 @@ +Version 1.5.1, 2016-10-14 + * Fix a couple of command line argument issues. #265 + * Rename VagrantFile to Vagrantfile. #265 + * Update add_ons_to_gss command to support Python 2. #244 + * [UK] Improved postcode validation. #243 + +Thanks to David Basalla, Steven Day, Matthew Somerville, and Roman Zimmermann +for their work on this release. + Version 1.5, 2016-09-22 * Add support for Django 1.9 and 1.10, drop older than 1.8. #209 #248 * Add support for Debian jessie/Ubuntu xenial. #254 #255 diff --git a/setup.py b/setup.py index 1f5f38b7..a3b56207 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def read_file(filename): setup( name='django-mapit', - version='1.5', + version='1.5.1', description=( 'A web service for mapping postcodes and points to current or past ' 'administrative area information and polygons.'),