Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401e05f commit 68901cbCopy full SHA for 68901cb
CHANGELOG.rst
@@ -1,6 +1,21 @@
1
Changes
2
=======
3
4
+3.2.0
5
+----------
6
+
7
+- Add support for Python 3.13
8
9
+ - https://github.com/jazzband/geojson/pull/228
10
11
+- Code modernization
12
13
+ - https://github.com/jazzband/geojson/pull/218
14
+ - https://github.com/jazzband/geojson/pull/229
15
16
+- RtD bugfix
17
18
+ - https://github.com/jazzband/geojson/pull/227
19
20
3.1.0
21
----------
geojson/_version.py
@@ -1,2 +1,2 @@
-__version__ = "3.1.0"
+__version__ = "3.2.0"
__version_info__ = tuple(map(int, __version__.split(".")))
0 commit comments