Bump version: 2.6.4 → 3.0.0#27
Conversation
… version number dynamically from weac.__version__
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughProject release version updated from 2.6.4 to 3.0.0 across metadata and docs. CITATION.cff expanded with repository URL, multiple DOI identifiers, and a preferred-citation entry. Bumpversion configuration in pyproject.toml adjusted to update tracked files, removing docs/sphinx/conf.py. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (4)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the version number from 2.6.4 to 3.0.0 across the project files. This indicates a major version release with potential breaking changes, as indicated by the semantic versioning jump from 2.x to 3.x.
- Updates version strings in package configuration and source files
- Updates documentation references to reflect the new version
- Removes obsolete bumpversion configuration for docs/sphinx/conf.py
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| weac/init.py | Updates the __version__ string to 3.0.0 |
| pyproject.toml | Updates project version and bumpversion configuration, removes docs/sphinx/conf.py reference |
| demo/demo.ipynb | Updates notebook documentation to reference v3.0.0 |
| CITATION.cff | Updates version in citation file to 3.0.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Summary by CodeRabbit
Documentation
Chores