We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011bab2 commit 445b833Copy full SHA for 445b833
bindings/python/CHANGELOG.md
@@ -3,7 +3,7 @@
3
4
---
5
6
-# Changes in Version 1.8.0 (2025/MM/YY)
+# Changes in Version 1.8.0 (2025/05/12)
7
8
- Add support for PyArrow 20.0.
9
- Add support for free-threaded python on Linux and MacOS.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.8.0.dev0"
+__version__ = "1.8.0"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments