Skip to content

Commit

Permalink
Update version number -> 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ejn committed Apr 30, 2021
1 parent c0e75ae commit e493faa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name=WFS 2.0 Client
description=Client for OGC Web Feature Service 2.0
about=Client for OGC Web Feature Service 2.0. Best used in combination with the ComplexGmlInfo Plugin (experimental).
category=Web
version=0.9.10
version=0.9.11
qgisMinimumVersion=3.0
experimental=False
class_name=WfsClient
Expand Down
2 changes: 1 addition & 1 deletion ui_wfsclient.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>WFS 2.0 Client - Version 0.9.10</string>
<string>WFS 2.0 Client - Version 0.9.11</string>
</property>
<widget class="QLabel" name="lblOnlineResource">
<property name="geometry">
Expand Down
2 changes: 1 addition & 1 deletion wfsclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def unload(self):

def about(self):
infoString = "<table>" \
"<tr><td colspan=\"2\"><b>WFS 2.0 Client 0.9.10</b></td></tr>" \
"<tr><td colspan=\"2\"><b>WFS 2.0 Client 0.9.11</b></td></tr>" \
"<tr><td colspan=\"2\"></td></tr>" \
"<tr><td rowspan=\"3\">Authors:</td>" \
"<td>J&uuml;rgen Weichand " \
Expand Down

0 comments on commit e493faa

Please sign in to comment.