diff --git a/CHANGES.txt b/CHANGES.txt index 14ae4f45..b39a2b87 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1 +1,2 @@ +v1.0.0pr2, 2011-12-08 -- Add South and factored out hard-coded name and code types into separate databae tables. v1.0.0pr1, 2011-12-07 -- Initial packaged version. diff --git a/setup.py b/setup.py index 2e121d6c..bbde69ef 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='django-mapit', - version='1.0.0pr1', + version='1.0.0pr2', description='A web service for mapping postcodes and points to current or past administrative area information and polygons.', long_description=open('README').read(), # TODO: Put this into ReST format author='mySociety',