Skip to content

Commit

Permalink
QGIS refactor - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Aug 5, 2024
1 parent e782d01 commit 1600c03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ pip install blue-geo
To use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-name>` with the name of the plugin and follow [these instructions](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md).

---
built by [`abcli-9.188.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.195.1`](https://github.com/kamangir/blue-geo).
built by [`abcli-9.188.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`blue_geo-4.196.1`](https://github.com/kamangir/blue-geo).
2 changes: 1 addition & 1 deletion blue_geo/QGIS/expressions/ukraine_timemap_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def ukraine_timemap_display(project_filename, id, date, description, feature, pa
"date",
)
"""
version = "1.10.1"
version = "1.11.1"

return "<hr/>".join(
[
Expand Down
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.195.1"
VERSION = "4.196.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit 1600c03

Please sign in to comment.