Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔨 変更内容
This pull request includes a version update for the
python-templateproject and associated changes to the service name in the Docker configuration and workflow files. The most important changes include updating the version number, modifying the service name fromprojecttodev, and updating the documentation to reflect these changes.Version update:
pyproject.toml: Updated the version from0.0.1to0.0.2.src/python_template/__init__.py: Updated the version fromv0.0.1tov0.0.2.Service name change:
.github/workflows/pytest.yml: Changed the service name fromprojecttodevin the pytest command.docker-compose.yml: Changed the service name fromprojecttodev.Documentation update:
docs/source/Installation/Installation.rst: Updated the tag version in thepyproject.tomlexample fromv0.0.1tov0.0.2.docs/source/Version/Version.rst: Added an entry for versionv0.0.2and documented the service name change.💡 特筆事項
📸 スクリーンショット
✅ 解決するイシュー
🤝 関連するイシュー