Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 29003f1

Browse files
committed
chore: bump version to 3.0.0
1 parent 528ce67 commit 29003f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Check version consistency
2828
run: |
29-
[[ "$(uv version)" == "$(git describe --tags)" ]]
29+
[[ "$(uv version --short)" == "$(git describe --tags)" ]]
3030
3131
- name: Build project
3232
run: uv build

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-orm"
3-
version = "2.3.3"
3+
version = "3.0.0"
44
description = "A kind of Python ORM for Odoo XML-RPC API inspired by Django ORM."
55
authors = [
66
{ name = "mistiru", email = "dev@mistiru.me" },

0 commit comments

Comments
 (0)