We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ac8ee commit 0970990Copy full SHA for 0970990
bindings/python/CHANGELOG.md
@@ -3,7 +3,11 @@
3
4
---
5
6
-# Changes in Version 1.6.0 (YYYY/MM/DD)
+# 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)
11
12
- Add support for PyArrow 18.0 and Python 3.13.
13
- Drop support for Python 3.8.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = "1.7.0.dev0"
+__version__ = "1.6.1"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments