Skip to content

Conversation

@zinthose
Copy link
Owner

This pull request introduces version management using bump2version and updates the project version from 0.2.0 to 0.2.2 across multiple files to ensure consistency. It also includes minor updates to the development dependencies.

Version management and synchronization:

  • .bumpversion.cfg: Added configuration for bump2version to automate version updates across specified files (pyproject.toml, pureshell/__init__.py, and docs/conf.py).
  • docs/conf.py: Updated the release variable to 0.2.2, synced with bump2version.
  • pureshell/__init__.py: Added __version__ = "0.2.2" to define the current version, synced with bump2version. Removed the previous __version__ declaration. [1] [2]
  • pyproject.toml: Updated the version field to 0.2.2, synced with bump2version.

Development dependencies:

@codecov
Copy link

codecov bot commented Jun 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@zinthose zinthose merged commit 164b55b into master Jun 15, 2025
2 checks passed
@zinthose zinthose deleted the autopublish branch June 21, 2025 15:50
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.

2 participants