Skip to content

Commit e09473d

Browse files
authored
Prepare for 1.7.1 release (#290)
1 parent 7d7f233 commit e09473d

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.7.0 (2025/02/276)
6+
# Changes in Version 1.7.1 (2025/03/26)
7+
8+
- Fix projection handling when reading list-of-struct data structures.
9+
10+
# Changes in Version 1.7.0 (2025/02/27)
711

812
- Add support for PyArrow 19.0.
913
- Add support for `pyarrow.decimal128` types.

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

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)