Skip to content

Conversation

@amotl
Copy link
Member

@amotl amotl commented Dec 20, 2025

About

Use versioningit like with other projects, to have more granular versioning, directly based on Git tags, so releasing no longer needs the version bumping step, among other goodies.

Details

The more granular versioning condensates on built artefacts, and the built-in module __version__ inquiry.

crate-2.0.0.post42+g1c30e65.d20251220.tar.gz
crate-2.0.0.post42+g1c30e65.d20251220-py3-none-any.whl
>>> import crate.client
>>> crate.client.__version__
'2.0.0.post43+g7ceffbb.d20251220'

@coderabbitai
Copy link

coderabbitai bot commented Dec 20, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch versioningit

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.

@amotl amotl requested review from seut and surister December 20, 2025 23:38
Base automatically changed from fix-package-name to main December 22, 2025 21:46
crate-2.0.0.post42+g1c30e65.d20251220.tar.gz
crate-2.0.0.post42+g1c30e65.d20251220-py3-none-any.whl
>>> import crate.client
>>> crate.client.__version__
'2.0.0.post43+g7ceffbb.d20251220'
@amotl amotl merged commit d54f4eb into main Dec 22, 2025
18 checks passed
@amotl amotl deleted the versioningit branch December 22, 2025 21:53
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.

3 participants