Skip to content

Commit d8e834c

Browse files
chore(spp_cel_domain): renumber to 19.0.2.1.2 to clear the collision with #272
Both this PR and #272 claimed 19.0.2.1.1. Identical manifest lines auto-merge with no conflict, so whichever landed second would have shipped with no effective version bump — the module would not upgrade and the fix would not deploy. Everything around the manifest (README, HISTORY, index.html, tests/__init__.py) does conflict, which is what makes the version the one part nothing flags.
1 parent 9c4db7c commit d8e834c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spp_cel_domain/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "CEL Domain Query Builder",
44
"summary": "Write simple CEL-like expressions to filter records (OpenSPP/OpenG2P friendly)",
5-
"version": "19.0.2.1.1",
5+
"version": "19.0.2.1.2",
66
"license": "LGPL-3",
77
"development_status": "Production/Stable",
88
"author": "OpenSPP.org, OpenSPP Community",

spp_cel_domain/readme/HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 19.0.2.1.1
1+
### 19.0.2.1.2
22

33
- fix: recognise `me` as a CEL context identifier. The resolver rewrites cached
44
variables (and the DCI override rewrites dotted accessors) into

0 commit comments

Comments
 (0)