Skip to content

Commit 9b2db72

Browse files
committed
Updated to v24.6
1 parent 62a2015 commit 9b2db72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name=Coregistration
33
description=Image to image automatic co-registration processing Qgis plugin.
44
about=This plugin use Arosics to perform automatic subpixel co-registration of image datasets based on an image matching approach working in the frequency domain.
55

6-
version=23.11
6+
version=24.6
77
qgisMinimumVersion=3.28
88
qgisMaximumVersion=3.99
99

utils/extralibs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def clean():
139139

140140
def install():
141141
# define the Qgis plugins directory and url by OS
142-
url = "https://github.com/SMByC/Coregistration-Qgis-processing/releases/download/23.11/"
142+
url = "https://github.com/SMByC/Coregistration-Qgis-processing/releases/download/24.6/"
143143
py_version = 'py' + str(platform.python_version_tuple()[0]) + '.' + str(platform.python_version_tuple()[1])
144144
if platform.system() == "Windows":
145145
qgis_plugins_dir = os.path.join(os.path.expanduser('~'), 'AppData', 'Roaming', 'QGIS', 'QGIS3', 'profiles', 'default', 'python', 'plugins')

0 commit comments

Comments
 (0)