Skip to content

Commit 2f38e7e

Browse files
committed
This is 1.9.6
1 parent 9d69ff4 commit 2f38e7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changes
33

44
All issue numbers are relative to https://github.com/Toblerity/Fiona/issues.
55

6-
1.9.6 (TBD)
7-
-----------
6+
1.9.6 (2024-03-07)
7+
------------------
88

99
- Ensure that geometry types in a schema are translated to a linear type, as
1010
geometry instances are (#1313).

fiona/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"remove",
8383
]
8484

85-
__version__ = "1.9.6dev"
85+
__version__ = "1.9.6"
8686
__gdal_version__ = get_gdal_release_name()
8787

8888
gdal_version = get_gdal_version_tuple()

0 commit comments

Comments
 (0)