0.9.1
 * BUGFIX: Validate package name before save.

0.9.0
 * Added optional package version checking using the Versio library.

0.8.3
 * Fixed a bug added by the in the #137 fix. Package upload was not working correctly.

0.8.2
 * Fixed bug #139. XMLRPC endpoints were broken.

0.8.1
 * Fixed bug #137. Twine replaces underscores with hyphen in package names. This
   caused localshop to create a new package instead of using the existing.

0.8.0
 * Changed the simple_detail view so that it creates the Package model asynchronously.

0.7.0:
 * Localshop no longer uses the PyPI XmlRPC API. It was replaced with the the JSON API.
 * Fixed issue #134

0.6.1:
 * Localshop return a redirect when the MEDIA_URL is set.

0.6.0:
* Upgraded to Django 1.7
* Dropped Python 2.6 support
* Fixed bug #117 (Localshop return a 404 when uploading a package from
  a python version >=2.7.9 or >=3.4.2
* Fixed bug #116 (Localshop returns a 500 error when trying to download
  a package with a missing file in disk)

0.5.0:
* Allow localshop to be initialised without any interaction, useful for automating installation
* Fix downloading packages with mismatched underscore vs dashes in the package
  names.
* Switch to pytest
* Include various fixes (see pull-requests / contributors)

0.4.1 (2013-01-23):
* Fix a bug which resulted in throwing 404's for packages which have a dot in
  the name.

0.4.0 (2013-01-07):
* Use django-userena for authentication
* Use django-configurations and now uses the optional custom settings at
  ~/.localshop.py. Logan is now also not used anymore.
* Add additional separate credentials for uploading and downloading from
  the pypi instance (using access/secret keys).
* Implement support for 'pip search'
* Many other improvements! (thanks Jannis Leidel)

0.3:
* Use Django 1.4 and restructure the app layout
* Other minor bugfixes

0.2.2:
* Don't display the download_url or home_page url if they are unknown
* Add correct rel-tag to the urls

0.2.1:
* Use the correct LOGIN_URL setting.
* Add download_url and home_page url to the simple detail page. note that this
  is currently not mirrored yet.

0.2:
* Implement configurable access control / ip check

0.1.3:
* Fix distutils interface
* Add missing requirement (docutils)

0.1.2:
* Refactor client validation for /simple and download

0.1.1:
* Add setting to list ip addresses which have access to download packages,
LOCALSHOP_ALLOWED_REMOTE_IPS

0.1:
* Initial release
