We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74c9a6 commit 624e7f1Copy full SHA for 624e7f1
bindings/python/CHANGELOG.md
@@ -3,6 +3,10 @@
3
4
---
5
6
+# Changes in Version 1.6.3 (2025/01/22)
7
+
8
+- Further fixes for handling of missing data in nested documents and arrays.
9
10
# Changes in Version 1.6.2 (2024/12/18)
11
12
- Fix macos wheel build for Python 3.9, which prevented the release of 1.6.1.
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.3"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments