Skip to content

Commit 0970990

Browse files
committed
BUMP 1.6.1
1 parent 37ac8ee commit 0970990

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bindings/python/CHANGELOG.md

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

44
---
55

6-
# Changes in Version 1.6.0 (YYYY/MM/DD)
6+
# Changes in Version 1.6.1 (2024/12/18)
7+
8+
- Fix handling of missing document fields.
9+
10+
# Changes in Version 1.6.0 (YYYY/11/04)
711

812
- Add support for PyArrow 18.0 and Python 3.13.
913
- Drop support for Python 3.8.

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

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)