Skip to content

Commit 8d186d3

Browse files
committed
Release 3.35.2
Refs #599, #600
1 parent 347fdc8 commit 8d186d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Changelog
55
===========
66

7+
.. _v3_35_2:
8+
9+
3.35.2 (2023-11-03)
10+
-------------------
11+
12+
- The ``--load-extension=spatialite`` option and :ref:`find_spatialite() <python_api_gis_find_spatialite>` utility function now both work correctly on ``arm64`` Linux. Thanks, `Mike Coats <https://github.com/MikeCoats>`__. (:issue:`599`)
13+
714
.. _v3_35_1:
815

916
3.35.1 (2023-09-08)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import io
33
import os
44

5-
VERSION = "3.35.1"
5+
VERSION = "3.35.2"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)