We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8ff08 commit 3b9155cCopy full SHA for 3b9155c
bindings/python/CHANGELOG.md
@@ -3,6 +3,11 @@
3
4
---
5
6
+# Changes in Version 1.5.2
7
+
8
+- Fix support for PyMongo 4.9.
9
+- Fix building from source by pinning setuptools.
10
11
# Changes in Version 1.5.1
12
13
- Remove upper bound version pin on `packaging`.
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.6.0.dev0"
+__version__ = "1.5.2"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments