chore: bump version to 1.7.2#93
Merged
Merged
Conversation
Raise package and QGIS plugin metadata to 1.7.2 and update the plugin dependency guidance and tests to pin GeoAgent[providers]>=1.7.2.
|
🚀 Deployed on https://6a0004e356e3bf0396b57981--opengeos.netlify.app |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps GeoAgent’s package and QGIS plugin version references from 1.7.1 → 1.7.2, keeping the Python package metadata, bumpversion config, QGIS plugin metadata, dependency-manager requirements, user-facing install guidance, and related tests in sync.
Changes:
- Updated core project version in
pyproject.tomlandgeoagent/__init__.py, including bumpversion’scurrent_version. - Raised OpenGeoAgent plugin metadata/version + dependency spec guidance strings to
GeoAgent[providers]>=1.7.2. - Updated QGIS plugin tests and README manual-install instructions to match the new minimum version.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| qgis_geoagent/tests/test_startup_performance.py | Updates dependency spec expectations to >=1.7.2. |
| qgis_geoagent/tests/test_settings_diagnostics.py | Updates install-packages test input to >=1.7.2. |
| qgis_geoagent/README.md | Raises manual fallback pip install examples to >=1.7.2. |
| qgis_geoagent/open_geoagent/metadata.txt | Bumps plugin version to 1.7.2 and adds a 1.7.2 changelog entry. |
| qgis_geoagent/open_geoagent/dialogs/settings_dock.py | Updates the dependency-install failure fallback message to >=1.7.2. |
| qgis_geoagent/open_geoagent/deps_manager.py | Raises core runtime dependency spec and related manual fallback strings to >=1.7.2. |
| pyproject.toml | Bumps project version to 1.7.2 and updates bumpversion current_version. |
| geoagent/init.py | Updates __version__ to 1.7.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
pyproject.toml,geoagent/__init__.py, and the bumpversion config.GeoAgent[providers]>=1.7.2, and updates the affected tests.Test plan
pre-commit run --all-filespytest qgis_geoagent/tests/test_settings_diagnostics.py qgis_geoagent/tests/test_startup_performance.py -q