We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990c736 commit bc879f2Copy full SHA for bc879f2
bindings/python/CHANGELOG.md
@@ -3,6 +3,10 @@
3
4
---
5
6
+# Changes in Version 1.6.4 (2025/01/27)
7
+
8
+- Another fix for handling of missing data in nested documents.
9
10
# Changes in Version 1.6.3 (2025/01/22)
11
12
- Further fixes for handling of missing data in nested documents and arrays.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.7.0.dev0"
+__version__ = "1.6.4"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments