Skip to content

Commit 49060b1

Browse files
remove 1.8 from 1.7 branch (#37)
1 parent 8b2f924 commit 49060b1

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix /docs/languages/python/pymongo-arrow-driver/
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 master
3+
define: versions v1.3 v1.4 v1.5 v1.6 v1.7 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toc_landing_pages = []
1111
[constants]
1212
driver-short = "PyMongoArrow"
1313
driver-long = "MongoDB PyMongoArrow"
14-
version-number = "1.8"
14+
version-number = "1.7"
1515
version = "v{+version-number+}"
1616
patch-version-number = "{+version-number+}.0"
1717
legacy-documentation = "https://mongo-arrow.readthedocs.io/en"

source/whats-new.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ What's New
1818
:keywords: change, update, upgrade, compatible, backwards
1919
:description: Discover the latest updates in PyMongoArrow, including new support for PyArrow 18.0, Python 3.13, and enhancements to prevent data loss and segmentation faults.
2020

21-
Changes in Version 1.8.0
22-
------------------------
23-
24-
- Adds support for PyArrow 20.0
25-
- Adds support for free-threaded Python on Linux and macOS
26-
2721
Changes in Version 1.7.0
2822
------------------------
2923

0 commit comments

Comments
 (0)