Skip to content

Commit 445b833

Browse files
authored
INTPYTHON-621 Prep for 1.8.0 release (#313)
1 parent 011bab2 commit 445b833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/python/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
---
55

6-
# Changes in Version 1.8.0 (2025/MM/YY)
6+
# Changes in Version 1.8.0 (2025/05/12)
77

88
- Add support for PyArrow 20.0.
99
- Add support for free-threaded python on Linux and MacOS.

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

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)