Skip to content

Commit 9a89c30

Browse files
committed
update msg and add context
1 parent 5b257ca commit 9a89c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ultraplot/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ def _parse_backend(backend=None, basemap=None):
826826
# Basemap is currently being developed again so are removing the deprecation warning
827827
if backend == "basemap":
828828
warnings._warn_ultraplot(
829-
f"{backend=} will be deprecated in next major release (v1.6)"
829+
f"{backend=} will be deprecated in next major release (v2.0). See https://github.com/Ultraplot/ultraplot/pull/243#pullrequestreview-2885501470"
830830
)
831831
return backend
832832

0 commit comments

Comments
 (0)