diff --git a/README.md b/README.md index cac28ee..7205a08 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ The common location package used for catalpa's projects. A hierarchical tree of #### Changelog - * Version 2.7.2 + * Version 2.72 - optionally use django_extensions' ForeignKeyAutocompleteAdmin in admin interface -#### Uploading a new version to PyPi + +##### Uploading a new version to PyPi * install setuptools and twine * Bump `setup.py` to a new version diff --git a/setup.py b/setup.py index f528713..55d9a0f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='simple_locations', - version='2.7.2', + version='2.72', license="BSD", description="The common location package used for catalpa's projects.",