Skip to content

Commit

Permalink
2.5.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrrr committed Jul 18, 2019
1 parent d3e7bcb commit cf3c6ba
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,26 @@
Changes
=======

2.5.0 (2019-07-18)
------------------

- Add "precision" parameter to GeoJSON Object classes with default precision of 6 (0.1m)

- https://github.com/jazzband/python-geojson/pull/131

- Fix bug where `map_geometries()` util was not preserving Feature IDs

- https://github.com/jazzband/python-geojson/pull/128
- https://github.com/jazzband/python-geojson/pull/130

- Remove `crs` module and features to conform to official WGS84-only GeoJSON spec

- https://github.com/jazzband/python-geojson/pull/124

- Set up semi-automatic PyPi releases via Travis/Jazzband

- https://github.com/jazzband/python-geojson/pull/123

2.4.2 (2019-03-12)
------------------

Expand Down
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -398,6 +398,7 @@ Credits
* Blake Grotewold <hello@grotewold.me>
* Zsolt Ero <zsolt.ero@gmail.com>
* Sergey Romanov <xxsmotur@gmail.com>
* Ray Riga <ray@strongoutput.com>


.. _GeoJSON: http://geojson.org/
Expand Down
2 changes: 1 addition & 1 deletion geojson/_version.py
@@ -1,2 +1,2 @@
__version__ = "2.4.2"
__version__ = "2.5.0"
__version_info__ = tuple(map(int, __version__.split(".")))
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -48,8 +48,8 @@ def test_suite():
keywords="gis geography json",
author="Sean Gillies",
author_email="sgillies@frii.com",
maintainer="Corey Farwell",
maintainer_email="coreyf@rwell.org",
maintainer="Ray Riga",
maintainer_email="ray@strongoutput.com",
url="https://github.com/jazzband/python-geojson",
long_description=readme_text,
packages=["geojson"],
Expand Down

0 comments on commit cf3c6ba

Please sign in to comment.