chore: bump version to 1.7.1#87
Merged
Merged
Conversation
Patch release that raises package and plugin version metadata to 1.7.1 and updates the QGIS plugin's dependency guidance to require GeoAgent 1.7.1 across docs, installer, and tests.
|
🚀 Deployed on https://69fe4a8084a79e8955643cf9--opengeos.netlify.app |
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps GeoAgent to v1.7.1 across the Python package and the OpenGeoAgent QGIS plugin, and updates the plugin’s dependency guidance to require GeoAgent >=1.7.1.
Changes:
- Bump core package version to
1.7.1(pyproject.toml,geoagent/__init__.py). - Bump QGIS plugin version metadata to
1.7.1and add a1.7.1changelog entry (qgis_geoagent/open_geoagent/metadata.txt). - Raise QGIS plugin dependency/install guidance and corresponding tests/docs to
GeoAgent[providers]>=1.7.1.
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 expected dependency spec to GeoAgent[providers]>=1.7.1 in startup/dependency-gate tests. |
| qgis_geoagent/tests/test_settings_diagnostics.py | Updates install command expectation to GeoAgent[providers]>=1.7.1. |
| qgis_geoagent/README.md | Updates manual pip install examples to require >=1.7.1. |
| qgis_geoagent/open_geoagent/metadata.txt | Bumps plugin version to 1.7.1 and adds a 1.7.1 changelog entry. |
| qgis_geoagent/open_geoagent/dialogs/settings_dock.py | Updates UI “manual fallback” guidance to >=1.7.1. |
| qgis_geoagent/open_geoagent/deps_manager.py | Raises core runtime package spec and manual-install fallback messages to >=1.7.1. |
| pyproject.toml | Bumps project version and tool.bumpversion.current_version to 1.7.1. |
| geoagent/init.py | Bumps __version__ to 1.7.1. |
💡 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
geoagent/__init__.py,pyproject.toml, and the QGIS pluginmetadata.txt.>=1.7.1across the installer, docs, and tests.Test plan
pre-commit run --all-filespytest tests/ -q