We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fc1c1 commit 20f1984Copy full SHA for 20f1984
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+1.3.4 (2017-02-11)
5
+------------------
6
+
7
+- Remove runtime dependency on setuptools
8
9
+ - https://github.com/frewsxcv/python-geojson/pull/90
10
11
1.3.3 (2016-07-21)
12
------------------
13
geojson/_version.py
@@ -1,2 +1,2 @@
-__version__ = "1.3.3"
+__version__ = "1.3.4"
__version_info__ = tuple(map(int, __version__.split(".")))
0 commit comments