Skip to content

Commit

Permalink
BUMP 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 23, 2024
1 parent 9c8ff08 commit 3b9155c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

---

# Changes in Version 1.5.2

- Fix support for PyMongo 4.9.
- Fix building from source by pinning setuptools.

# Changes in Version 1.5.1

- Remove upper bound version pin on `packaging`.
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pymongoarrow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.6.0.dev0"
__version__ = "1.5.2"

_MIN_LIBBSON_VERSION = "1.23.1"

0 comments on commit 3b9155c

Please sign in to comment.