Skip to content

Commit

Permalink
3.2.0 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrrr committed Dec 21, 2024
1 parent 401e05f commit d2caa01
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changes
=======

3.2.0
----------

- Add support for Python 3.13

- https://github.com/jazzband/geojson/pull/228

- Code modernization

- https://github.com/jazzband/geojson/pull/218
- https://github.com/jazzband/geojson/pull/229

- RtD bugfix

- https://github.com/jazzband/geojson/pull/227

3.1.0
----------
Expand Down
2 changes: 1 addition & 1 deletion geojson/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.1.0"
__version__ = "3.2.0"
__version_info__ = tuple(map(int, __version__.split(".")))

0 comments on commit d2caa01

Please sign in to comment.