Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68901cb

Browse files
authored
3.2.0 release branch (#233)
1 parent 401e05f commit 68901cb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changes
22
=======
33

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
419

520
3.1.0
621
----------

geojson/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "3.1.0"
1+
__version__ = "3.2.0"
22
__version_info__ = tuple(map(int, __version__.split(".")))

0 commit comments

Comments
 (0)