Skip to content

Commit 759d31e

Browse files
committed
This is 1.10b2
1 parent 8c0a31e commit 759d31e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGES.txt

Lines changed: 8 additions & 3 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.10b2 (TBD)
7-
------------
6+
1.10b2 (2024-07-10)
7+
-------------------
88

99
Bug fixes:
1010

@@ -14,7 +14,12 @@ Bug fixes:
1414
plugin handlers cannot not be removed and so it may be observed that the size
1515
of the Pyopener registry grows during the execution of a program.
1616
- A CSLConstList ctypedef has been added and is used where appropriate (#1404).
17-
- Fiona model objects have a informative, printable representation again (#).
17+
- Fiona model objects have a informative, printable representation again
18+
(#1380).
19+
20+
Packaging:
21+
22+
- PyPI wheels include GDAL 3.9.1 and curl 8.8.0.
1823

1924
1.10b1 (2024-04-16)
2025
-------------------

fiona/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"remove",
7979
]
8080

81-
__version__ = "1.10b2.dev0"
81+
__version__ = "1.10b2"
8282
__gdal_version__ = get_gdal_release_name()
8383

8484
gdal_version = get_gdal_version_tuple()

0 commit comments

Comments
 (0)