Skip to content

chore(release): bump version to 1.1.12 in pyproject.toml - #503

Merged
Ahmath-Gadji merged 1 commit into
mainfrom
chore/bump-version-1.1.12
Jun 17, 2026
Merged

chore(release): bump version to 1.1.12 in pyproject.toml#503
Ahmath-Gadji merged 1 commit into
mainfrom
chore/bump-version-1.1.12

Conversation

@Ahmath-Gadji

@Ahmath-Gadji Ahmath-Gadji commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

The v1.1.12 release was tagged without bumping the project version. pyproject.toml still reads 1.1.11 on main — and even at the v1.1.12 tag itself — so importlib.metadata.version("openrag") (used for the /version endpoint and OpenAPI) reports the wrong version.

This bumps version to 1.1.12 to match the released tag.

No code or dependency changes.

Summary by CodeRabbit

  • Chores
    • Version bumped to 1.1.12

This release contains no user-facing changes or feature updates.

The v1.1.12 release was tagged without bumping the project version in
pyproject.toml, which still read 1.1.11 (also at the v1.1.12 tag itself).
Align the version string with the released tag.
@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The package version in pyproject.toml is incremented from 1.1.11 to 1.1.12. No other files, dependencies, or configuration settings are modified.

Changes

Version Bump

Layer / File(s) Summary
Package version field
pyproject.toml
version under [project] updated from 1.1.11 to 1.1.12.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Possibly related PRs

  • linagora/openrag#322: Also bumps the version field in pyproject.toml under [project] (1.1.8 → 1.1.9), the same single-field pattern as this PR.

Poem

A tiny hop, a digit new,
From eleven to twelve the version grew,
No fanfare needed, just one small line,
The rabbit stamps the package — looking fine! 🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately describes the main change: a version bump from 1.1.11 to 1.1.12 in pyproject.toml, matching the actual changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-version-1.1.12

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@pyproject.toml`:
- Line 3: Update the deployment manifests to align with the new package version
1.1.12. In docker-compose.yaml, replace all image references from 1.1.11 to
1.1.12 for both linagoraai/openrag and linagoraai/indexer-ui images (affected
lines are around line 7 and line 155). Similarly, in
charts/openrag-stack/values.yaml, update the linagoraai/indexer-ui image
reference from version 1.1.11 to 1.1.12 (around line 227). This ensures the
Docker and Helm deployments pull the correct v1.1.12 images that match the
package version specified in pyproject.toml.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8f445a22-dde8-4120-8904-83969945b5e5

📥 Commits

Reviewing files that changed from the base of the PR and between 7c2a35b and c558dd1.

📒 Files selected for processing (1)
  • pyproject.toml

Comment thread pyproject.toml
@Ahmath-Gadji
Ahmath-Gadji merged commit f8c2b5b into main Jun 17, 2026
4 checks passed
@Ahmath-Gadji
Ahmath-Gadji deleted the chore/bump-version-1.1.12 branch June 17, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant