Skip to content

Commit 949ee17

Browse files
committed
[0.5.1] Update metadata for new version
1 parent ea26171 commit 949ee17

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

__init__.py

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
A QGIS plugin
66
Automatic attribute updates when creating or modifying vector features
77
-------------------
8-
begin : 2016-05-22
8+
begin : 2016-05-22
99
copyright : (C) 2016 by Germán Carrillo (GeoTux)
10-
10+
1111
***************************************************************************/
1212
1313
/***************************************************************************
@@ -19,14 +19,14 @@
1919
* *
2020
***************************************************************************/
2121
"""
22-
def name():
23-
return "AutoFields"
22+
def name():
23+
return "AutoFields"
2424

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

28-
def version():
29-
return "Version 0.4.0"
28+
def version():
29+
return "Version 0.5.1"
3030

3131
def qgisMinimumVersion():
3232
return "2.12"
@@ -37,8 +37,6 @@ def icon():
3737
def authorName():
3838
return "Germán Carrillo"
3939

40-
def classFactory( iface ):
40+
def classFactory( iface ):
4141
from AutoFields import AutoFields
4242
return AutoFields( iface )
43-
44-

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Changes:
2+
[0.5.1] (20171021)
3+
- Fix #3 (Unicode issue when exporting).
4+
- New donations section in about tab.
25
[0.5.0] (20170420)
36
- New buttons to export and import AutoFields to/from JSON files.
47
- Context menu in 'List of AutoFields' tab to assing a disabled AutoField to

metadata.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[general]
22
name=AutoFields
33
description=Automatic attribute updates when creating or modifying vector features
4-
version=0.5.0
4+
version=0.5.1
55
qgisMinimumVersion=2.12
66
category=Vector
77
author=Germán Carrillo (GeoTux)
88
99
changelog=
10+
[0.5.1] (20171021)
11+
- Fix #3 (Unicode issue when exporting).
12+
- New donations section in about tab.
1013
[0.5.0] (20170420)
1114
- New buttons to export and import AutoFields to/from JSON files.
1215
- Context menu in 'List of AutoFields' tab to assing a disabled AutoField to

0 commit comments

Comments
 (0)