Skip to content

Commit

Permalink
#474 prepare 3.5.0 beta version releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Apr 10, 2024
1 parent d4c2dad commit 4545511
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 15 deletions.
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repository=https://github.com/isogeo/isogeo-plugin-qgis
# Recommended items:

# Uncomment the following line and add your changelog:
changelog=- <strong>3.4.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.4.0">dedicated GitHub release</a><br>- <strong>3.3.1:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.3.1">dedicated GitHub release</a><br>- <strong>3.3.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.3.0">dedicated GitHub release</a><br>- <strong>3.2.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.2.0">dedicated GitHub release</a><br>- <strong>3.1.1:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.1.1">dedicated GitHub release</a>
changelog=- <strong>3.5.0-beta:</strong> Preliminary experimental version <br>- <strong>3.4.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.4.0">dedicated GitHub release</a><br>- <strong>3.3.1:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.3.1">dedicated GitHub release</a><br>- <strong>3.3.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.3.0">dedicated GitHub release</a><br>- <strong>3.2.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.2.0">dedicated GitHub release</a><br>- <strong>3.1.1:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.1.1">dedicated GitHub release</a>

# Tags are comma separated with spaces allowed
tags=REST API,catalog,search,explore,webservices,metadata,open data,INSPIRE
Expand Down
6 changes: 1 addition & 5 deletions modules/api/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import logging
import shutil
import time
import json
from functools import partial
from pathlib import Path

# PyQGIS
Expand All @@ -15,10 +13,8 @@
from qgis.PyQt.QtCore import (
QCoreApplication,
QObject,
QSettings,
QTranslator,
pyqtSignal,
qVersion,
pyqtSignal
)

# UI class
Expand Down
3 changes: 1 addition & 2 deletions modules/layer/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@

# Standard library
import logging
import json
from configparser import ConfigParser
from pathlib import Path
from os import environ

# PyQT
from qgis.PyQt.QtCore import QSettings, Qt
from qgis.PyQt.QtCore import Qt
from qgis.PyQt.QtGui import QIcon, QCursor
from qgis.PyQt.QtWidgets import (
QComboBox,
Expand Down
1 change: 0 additions & 1 deletion modules/quick_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# Standard library
import logging
import json
from pathlib import Path
from functools import partial

Expand Down
1 change: 0 additions & 1 deletion modules/results/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# Standard library
import logging
import json
from pathlib import Path

# PyQGIS
Expand Down
2 changes: 1 addition & 1 deletion modules/results/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pathlib import Path

# PyQT
from qgis.PyQt.QtCore import QSettings, QObject, pyqtSignal, Qt
from qgis.PyQt.QtCore import QObject, pyqtSignal, Qt
from qgis.PyQt.QtGui import QIcon, QPixmap
from qgis.PyQt.QtWidgets import QTableWidgetItem, QComboBox, QPushButton, QLabel

Expand Down
4 changes: 1 addition & 3 deletions modules/search_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@

# PyQGIS
from qgis.core import (
Qgis,
QgsProject,
QgsCoordinateReferenceSystem,
QgsCoordinateTransform,
QgsMessageLog
QgsCoordinateTransform
)
from qgis.utils import iface

Expand Down
2 changes: 1 addition & 1 deletion modules/user_inform.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging

# PyQT
from qgis.PyQt.QtCore import QCoreApplication, Qt, QTranslator
from qgis.PyQt.QtCore import QCoreApplication, QTranslator

# PyQGIS
from qgis.gui import QgsMessageBar
Expand Down

0 comments on commit 4545511

Please sign in to comment.