Skip to content

Commit

Permalink
Update README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoMaurizzi committed Jun 28, 2018
1 parent c3d1120 commit 709d6ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
##simple_locations

The common location package used for catalpa's projects. A hierarchical tree of geographical locations supporting location type and GIS data

####Changelog

* Version 2.7.2
- optionally use django_extensions' ForeignKeyAutocompleteAdmin in admin interface

#### Uploading a new version to PyPi

* install setuptools and twine
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='simple_locations',
version='2.7.1',
version='2.7.2',
license="BSD",

description="The common location package used for catalpa's projects.",
Expand Down

0 comments on commit 709d6ff

Please sign in to comment.