From 0d9135939cdf38c7a978acbab841b52949d581c0 Mon Sep 17 00:00:00 2001 From: Jakub Buskiewicz Date: Wed, 13 Aug 2025 09:02:27 +0100 Subject: [PATCH 1/2] chore: docs update --- vortexasdk/endpoints/canal_transit.py | 2 +- vortexasdk/endpoints/canal_transit_timeseries.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vortexasdk/endpoints/canal_transit.py b/vortexasdk/endpoints/canal_transit.py index a84252bc..b6a135e6 100644 --- a/vortexasdk/endpoints/canal_transit.py +++ b/vortexasdk/endpoints/canal_transit.py @@ -93,7 +93,7 @@ def search( filter_effective_controllers: An effective controller ID, or list of effective controller IDs to filter on. - filter_canal: Canal the vessel is queuing for. Must be one of [`'suez_canal'`, `'panama_canal'`], + filter_canal: Canal the vessel is queuing for. Must be [`'panama_canal'`], filter_direction: Direction that vessel is heading. Must be one of [`'northbound'`, `'southbound'`], diff --git a/vortexasdk/endpoints/canal_transit_timeseries.py b/vortexasdk/endpoints/canal_transit_timeseries.py index f4e81ea8..255d67a7 100644 --- a/vortexasdk/endpoints/canal_transit_timeseries.py +++ b/vortexasdk/endpoints/canal_transit_timeseries.py @@ -116,7 +116,7 @@ def search( updated_since: The UTC date of last update time of the record, - filter_canal: Canal the vessel is queuing for. Must be one of [`'suez_canal'`, `'panama_canal'`], + filter_canal: Canal the vessel is queuing for. Must be [`'panama_canal'`], filter_direction: Direction that vessel is heading. Must be one of [`'northbound'`, `'southbound'`], From 64db862042d40c93aae2a69e8a4992c652973861 Mon Sep 17 00:00:00 2001 From: Jakub Buskiewicz Date: Wed, 13 Aug 2025 09:14:37 +0100 Subject: [PATCH 2/2] chore: version bump --- vortexasdk/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vortexasdk/version.py b/vortexasdk/version.py index 9fd0f8dd..9eb1ebec 100644 --- a/vortexasdk/version.py +++ b/vortexasdk/version.py @@ -1 +1 @@ -__version__ = "1.0.10" +__version__ = "1.0.11"