Skip to content

Commit 1a14ee1

Browse files
authored
Prep for 1.7.2 release (#299)
1 parent 6c2a502 commit 1a14ee1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bindings/python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
---
55

6+
# Changes in Version 1.7.2 (2025/04/23)
7+
8+
- Fix handling of empty embedded arrays.
9+
610
# Changes in Version 1.7.1 (2025/03/26)
711

812
- Fix projection handling when reading list-of-struct data structures.

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.2"
1616

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)