chore: bump version to 1.6.0#82
Merged
Merged
Conversation
Roll the package and QGIS plugin to 1.6.0 to capture the recent provider token-default and Gemini handling improvements, and align the QGIS plugin's GeoAgent dependency pin with the new release.
|
🚀 Deployed on https://69fd42eef41f2e9b00d8f5e8--opengeos.netlify.app |
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the GeoAgent Python package and the OpenGeoAgent QGIS plugin to version 1.6.0, aligning the plugin’s dependency gate and user-facing install guidance with the new GeoAgent release.
Changes:
- Update GeoAgent package version to 1.6.0 (
pyproject.toml,geoagent/__init__.py). - Bump OpenGeoAgent plugin version to 1.6.0 and add a 1.6.0 changelog entry (
metadata.txt). - Raise the QGIS plugin’s pinned GeoAgent dependency guidance to >=1.6.0 across docs, UI error text, dependency manager, and tests.
Reviewed changes
Copilot reviewed 7 out of 7 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 require GeoAgent >= 1.6.0. |
| qgis_geoagent/README.md | Updates manual pip install examples to GeoAgent >= 1.6.0. |
| qgis_geoagent/open_geoagent/metadata.txt | Bumps plugin version to 1.6.0 and adds a 1.6.0 changelog entry. |
| qgis_geoagent/open_geoagent/dialogs/settings_dock.py | Updates dependency install failure guidance to GeoAgent >= 1.6.0. |
| qgis_geoagent/open_geoagent/deps_manager.py | Raises the core runtime GeoAgent dependency spec and manual fallback strings to >= 1.6.0. |
| pyproject.toml | Bumps package version and bumpversion current_version to 1.6.0. |
| geoagent/init.py | Bumps __version__ to 1.6.0. |
💡 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
Test plan