Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Day committed Feb 5, 2014
1 parent ec7a3b9 commit 2be4faf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,9 @@
v1.0.3 2014-02-05
* Bugfix: Limit area lookups by unit_id to the current generation
* Bugfix: Django 1.5+ dealing with DataSource names. (Continued)
* Bugfix: Avoid problems with old versions of pip and setuptools


v1.0.2, 2013-12-09
* Now requires Django 1.4 or higher.
* Allow $ and . in callback function names.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@ def install_requires():

setup(
name='django-mapit',
version='1.0.2',
version='1.0.3',
description='A web service for mapping postcodes and points to current or past administrative area information and polygons.',
long_description=read_file('README.rst'),
author='mySociety',
Expand Down

0 comments on commit 2be4faf

Please sign in to comment.