We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8eb3255 + 1d0a5e4 commit e1c3971Copy full SHA for e1c3971
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+1.3.5 (2017-04-24)
5
+------------------
6
+
7
+- Changed the validator to allow elevation
8
9
+ - https://github.com/frewsxcv/python-geojson/pull/92
10
11
1.3.4 (2017-02-11)
12
------------------
13
geojson/_version.py
@@ -1,2 +1,2 @@
-__version__ = "1.3.4"
+__version__ = "1.3.5"
__version_info__ = tuple(map(int, __version__.split(".")))
0 commit comments