From 4209875e0359c711cd3170d785f78f9320e6767a Mon Sep 17 00:00:00 2001 From: Ryan Cole Date: Sun, 19 May 2024 15:47:35 +1200 Subject: [PATCH] Bump version for doc re-build --- odoo-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo-api/Cargo.toml b/odoo-api/Cargo.toml index f119156..3959818 100644 --- a/odoo-api/Cargo.toml +++ b/odoo-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "odoo-api" -version = "0.2.5" +version = "0.2.5.1" authors = ["Ryan Cole "] description = "Type-safe and full-coverage implementation of the Odoo JSON-RPC API, including ORM and Web methods. Supports sessioning, multi-database, async and blocking via reqwest, and bring-your-own requests." repository = "https://github.com/ryanc-me/odoo-api-rs"