We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d69ff4 commit 2f38e7eCopy full SHA for 2f38e7e
CHANGES.txt
@@ -3,8 +3,8 @@ Changes
3
4
All issue numbers are relative to https://github.com/Toblerity/Fiona/issues.
5
6
-1.9.6 (TBD)
7
------------
+1.9.6 (2024-03-07)
+------------------
8
9
- Ensure that geometry types in a schema are translated to a linear type, as
10
geometry instances are (#1313).
fiona/__init__.py
@@ -82,7 +82,7 @@
82
"remove",
83
]
84
85
-__version__ = "1.9.6dev"
+__version__ = "1.9.6"
86
__gdal_version__ = get_gdal_release_name()
87
88
gdal_version = get_gdal_version_tuple()
0 commit comments