From 7e8e6cbeb67276debdb741b8faa3f256e7af6f6d Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Mon, 15 Dec 2025 14:53:54 -0500 Subject: [PATCH] INTPYTHON-854 - [pymongoarrow] Release 1.11.1 --- bindings/python/pymongoarrow/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pymongoarrow/version.py b/bindings/python/pymongoarrow/version.py index f48cefe9..5cf8217c 100644 --- a/bindings/python/pymongoarrow/version.py +++ b/bindings/python/pymongoarrow/version.py @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.12.0.dev0" +__version__ = "1.11.1" _MIN_LIBBSON_VERSION = "1.23.1"