Skip to content

Commit 5bf9b32

Browse files
authored
INTPYTHON-849 Prep for 1.11.0 release (#365)
1 parent d3745ed commit 5bf9b32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bindings/python/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33

44
---
55

6-
# Changes in Version 1.11.0 (2025/XX/YY)
6+
# Changes in Version 1.11.0 (2025/12/10)
77

88
- Add support for PyArrow 22.0.
99
- Add support for Python 3.14 and 3.14 free-threaded on Linux and MacOS.
1010
- Drop support for Python 3.9 and Python 3.13 free-threaded.
11+
- Extend rather than replace TypeRegistry in write function.
1112

1213
# Changes in Version 1.10.0 (2025/08/05)
1314

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.11.0.dev0"
15+
__version__ = "1.11.0"
1616

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)