Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Feb 11, 2014
1 parent c99ee48 commit 7602bba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Expand Up @@ -8,7 +8,7 @@ def description():
return QCoreApplication.translate("init", "Some tools to perform cad like functions.")

def version():
return "0.6.0"
return "0.6.2"

def qgisMinimumVersion():
return "2.0"
Expand Down
2 changes: 1 addition & 1 deletion cadtoolsaboutgui.py
Expand Up @@ -14,7 +14,7 @@ def __init__(self, iface):
self.setupUi(self)
self.btnWeb.clicked.connect(self.openWeb)
self.btnHelp.clicked.connect(self.openHelp)
self.lblVersion.setText("CadTools 0.6.1")
self.lblVersion.setText("CadTools 0.6.2")
self.txtAbout.setText(self.getText())

def openWeb(self):
Expand Down
4 changes: 4 additions & 0 deletions changelog
@@ -1,3 +1,7 @@
Version 0.6.2 (2014-02-11):
---------------------------
* Added spline digitize tool (Thanks Radim Blazek)

Version 0.6.1 (2013-09-18):
---------------------------
* Further work on porting plugin to QGIS 2.0 API
Expand Down
2 changes: 1 addition & 1 deletion metadata.txt
Expand Up @@ -13,7 +13,7 @@ name=CadTools
qgisMinimumVersion=2.0
qgisMaximumVersion=2.99
description=Some tools to perform cad like functions in QGIS
version=0.6.1
version=0.6.2

# end of mandatory metadata

Expand Down

0 comments on commit 7602bba

Please sign in to comment.