Skip to content

Commit 3b9155c

Browse files
committed
BUMP 1.5.2
1 parent 9c8ff08 commit 3b9155c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bindings/python/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
---
55

6+
# Changes in Version 1.5.2
7+
8+
- Fix support for PyMongo 4.9.
9+
- Fix building from source by pinning setuptools.
10+
611
# Changes in Version 1.5.1
712

813
- Remove upper bound version pin on `packaging`.

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

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)