Skip to content

Commit

Permalink
Merge pull request #81 from frewsxcv/1.3.3
Browse files Browse the repository at this point in the history
Prepare for 1.3.3 release.
  • Loading branch information
frewsxcv committed Jul 21, 2016
2 parents 8390f28 + 02ec888 commit 94410f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
@@ -1,6 +1,13 @@
Changes
=======

1.3.3 (2016-07-21)
------------------

- Add validate parameter to GeoJSON constructors

- https://github.com/frewsxcv/python-geojson/pull/78

1.3.2 (2016-01-28)
------------------

Expand Down Expand Up @@ -132,4 +139,4 @@ Changes
- Made all code work with Python 2.4.3, 2.5.1, will test with all variations.
(see tests/rundoctests.dist)
- Made tests use ELLIPSIS to avoid output transmogification due to floating
point representation.
point representation.
2 changes: 1 addition & 1 deletion geojson/_version.py
@@ -1,2 +1,2 @@
__version__ = "1.3.2"
__version__ = "1.3.3"
__version_info__ = tuple(map(int, __version__.split(".")))

0 comments on commit 94410f3

Please sign in to comment.