Skip to content

Commit

Permalink
[0.5.1] Update metadata for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Oct 22, 2017
1 parent ea26171 commit 949ee17
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
16 changes: 7 additions & 9 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
A QGIS plugin
Automatic attribute updates when creating or modifying vector features
-------------------
begin : 2016-05-22
begin : 2016-05-22
copyright : (C) 2016 by Germán Carrillo (GeoTux)
email : [email protected]
email : [email protected]
***************************************************************************/
/***************************************************************************
Expand All @@ -19,14 +19,14 @@
* *
***************************************************************************/
"""
def name():
return "AutoFields"
def name():
return "AutoFields"

def description():
return "Automatic vector field updates when modifying or creating features"

def version():
return "Version 0.4.0"
def version():
return "Version 0.5.1"

def qgisMinimumVersion():
return "2.12"
Expand All @@ -37,8 +37,6 @@ def icon():
def authorName():
return "Germán Carrillo"

def classFactory( iface ):
def classFactory( iface ):
from AutoFields import AutoFields
return AutoFields( iface )


3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Changes:
[0.5.1] (20171021)
- Fix #3 (Unicode issue when exporting).
- New donations section in about tab.
[0.5.0] (20170420)
- New buttons to export and import AutoFields to/from JSON files.
- Context menu in 'List of AutoFields' tab to assing a disabled AutoField to
Expand Down
5 changes: 4 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[general]
name=AutoFields
description=Automatic attribute updates when creating or modifying vector features
version=0.5.0
version=0.5.1
qgisMinimumVersion=2.12
category=Vector
author=Germán Carrillo (GeoTux)
[email protected]
changelog=
[0.5.1] (20171021)
- Fix #3 (Unicode issue when exporting).
- New donations section in about tab.
[0.5.0] (20170420)
- New buttons to export and import AutoFields to/from JSON files.
- Context menu in 'List of AutoFields' tab to assing a disabled AutoField to
Expand Down

0 comments on commit 949ee17

Please sign in to comment.