Skip to content

Commit e1c3971

Browse files
authored
Merge pull request jazzband#93 from frewsxcv/1.3.5
Prepare for 1.3.5 release.
2 parents 8eb3255 + 1d0a5e4 commit e1c3971

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

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+
411
1.3.4 (2017-02-11)
512
------------------
613

geojson/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.3.4"
1+
__version__ = "1.3.5"
22
__version_info__ = tuple(map(int, __version__.split(".")))

0 commit comments

Comments
 (0)