Skip to content

Commit 593d6be

Browse files
authored
INTPYTHON-626 Release 1.9.0 (#319)
1 parent f2747b9 commit 593d6be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/python/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
---
55

6-
# Changes in Version 1.9.0 (2025/XX/XX)
6+
# Changes in Version 1.9.0 (2025/05/27)
77

88
- Providing a schema now enforces strict type adherence for data.
99
If a result contains a field whose value does not match the schema's type for that field, a TypeError will be raised.

bindings/python/pymongoarrow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.9.0.dev0"
15+
__version__ = "1.9.0"
1616

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)