Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
default locale: en
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmberg committed Feb 9, 2015
1 parent 07bfd9d commit 4a180ba
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file modified VoGisProfilTool.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion VoGisProfilTool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def description():


def version():
return "2.5.2"
return "2.5.3"


def icon():
Expand Down
2 changes: 1 addition & 1 deletion VoGisProfilTool/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name=VoGIS-ProfilTool
qgisMinimumVersion=1.8
qgisMaximumVersion=2.99
description=Create profiles from DHMs using vector geometries or a digitized line.
version=2.5.2
version=2.5.3
author=BergWerk GIS
[email protected]

Expand Down
2 changes: 1 addition & 1 deletion VoGisProfilTool/resources_rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Resource object code
#
# Created: Mo. Feb 9 13:33:22 2015
# Created: Mo. Feb 9 14:29:24 2015
# by: The Resource Compiler for PyQt (Qt v4.8.6)
#
# WARNING! All changes made in this file will be lost!
Expand Down
2 changes: 1 addition & 1 deletion VoGisProfilTool/ui/ui_vogisprofiltoolmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'ui/ui_vogisprofiltoolmain.ui'
#
# Created: Mon Feb 9 13:33:22 2015
# Created: Mon Feb 9 14:29:24 2015
# by: PyQt4 UI code generator 4.10.4
#
# WARNING! All changes made in this file will be lost!
Expand Down
2 changes: 1 addition & 1 deletion VoGisProfilTool/ui/ui_vogisprofiltoolplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'ui/ui_vogisprofiltoolplot.ui'
#
# Created: Mon Feb 9 13:33:22 2015
# Created: Mon Feb 9 14:29:24 2015
# by: PyQt4 UI code generator 4.10.4
#
# WARNING! All changes made in this file will be lost!
Expand Down
4 changes: 2 additions & 2 deletions plugins.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<plugins>
<pyqgis_plugin name="VoGIS-ProfilTool" version="2.5.2">
<pyqgis_plugin name="VoGIS-ProfilTool" version="2.5.3">
<description><![CDATA[Create profiles from DHMs using vector geometries or a digitized line.]]></description>
<version>2.5.2</version>
<version>2.5.3</version>
<qgis_minimum_version>1.8.0</qgis_minimum_version>
<qgis_maximum_version>2.99.0</qgis_maximum_version>
<homepage>https://github.com/BergWerkGIS/VoGIS-Profil-Tool/</homepage>
Expand Down

0 comments on commit 4a180ba

Please sign in to comment.