Skip to content

Commit

Permalink
Bump version for doc re-build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanc-me committed May 19, 2024
1 parent d84ab3f commit 4209875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odoo-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odoo-api"
version = "0.2.5"
version = "0.2.5.1"

Check failure on line 3 in odoo-api/Cargo.toml

View workflow job for this annotation

GitHub Actions / Test Suite

unexpected character '.' after patch version number

Check failure on line 3 in odoo-api/Cargo.toml

View workflow job for this annotation

GitHub Actions / Clippy

unexpected character '.' after patch version number

Check failure on line 3 in odoo-api/Cargo.toml

View workflow job for this annotation

GitHub Actions / Check

unexpected character '.' after patch version number
authors = ["Ryan Cole <[email protected]>"]
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"
Expand Down

0 comments on commit 4209875

Please sign in to comment.