Skip to content

Commit bc879f2

Browse files
committed
BUMP 1.6.4
1 parent 990c736 commit bc879f2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bindings/python/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
---
55

6+
# Changes in Version 1.6.4 (2025/01/27)
7+
8+
- Another fix for handling of missing data in nested documents.
9+
610
# Changes in Version 1.6.3 (2025/01/22)
711

812
- Further fixes for handling of missing data in nested documents and arrays.

bindings/python/pymongoarrow/version.py

+1-1
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.7.0.dev0"
15+
__version__ = "1.6.4"
1616

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)