Skip to content

Commit 8230ca1

Browse files
committed
Rebuild for Croation/German updates and additions
1 parent 2882188 commit 8230ca1

File tree

35 files changed

+36
-36
lines changed

35 files changed

+36
-36
lines changed

AllNamesQuickview/AllNames.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id = 'allnames',
33
name = _("All Names of All People"),
44
description= _("Display all names of all people"),
5-
version = '1.0.24',
5+
version = '1.0.25',
66
gramps_target_version = "5.1",
77
status = STABLE,
88
fname = 'AllNames.py',

AssociationsTool/associationstool.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
id = 'associationstool',
3535
name = _("Check Associations data"),
3636
description = _("Will check the data on Association for people."),
37-
version = '1.1.4',
37+
version = '1.1.5',
3838
gramps_target_version = MODULE_VERSION,
3939
include_in_listing = True,
4040
status = STABLE,

AvatarGenerator/AvatarGenerator.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
id = 'AvatarGenerator',
2323
name = _("Avatar Generator Tool"),
2424
description = _("A tool to add avatar pictures to your family tree"),
25-
version = '1.0.3',
25+
version = '1.0.4',
2626
gramps_target_version = "5.1",
2727
status = STABLE,
2828
fname = 'AvatarGenerator.py',

BirthdaysGramplet/BirthdaysGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
name = _("Birthdays"),
2525
description = _("a gramplet that displays the birthdays of the living people"),
2626
status = STABLE,
27-
version = '1.1.5',
27+
version = '1.1.6',
2828
fname="BirthdaysGramplet.py",
2929
height = 200,
3030
gramplet = 'BirthdaysGramplet',

ClockGramplet/ClockGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
gramplet = 'ClockGramplet',
88
gramplet_title=_("Clock"),
99
status = STABLE,
10-
version = '0.0.28',
10+
version = '0.0.29',
1111
gramps_target_version = "5.1",
1212
fname="ClockGramplet.py",
1313
help_url="Gramplets#GUI_Interface",

DataEntryGramplet/DataEntryGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
gramplet_title=_("Data Entry"),
1414
detached_width = 510,
1515
detached_height = 480,
16-
version = '1.0.43',
16+
version = '1.0.44',
1717
gramps_target_version = "5.1",
1818
status=STABLE, # not yet tested with python 3
1919
fname="DataEntryGramplet.py",

DenominoViso/DenominoViso.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
'representation of ancestors/descendants (SVG) '
1919
'where details about individuals become visible '
2020
'upon mouse-events.'),
21-
version = '2.3.37',
21+
version = '2.3.38',
2222
gramps_target_version = "5.1",
2323
)

DescendantCount/DescendantCount.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
gramplet_title=_("Descendant Count"),
3232
detached_width = 600,
3333
detached_height = 400,
34-
version = '2.0.7',
34+
version = '2.0.8',
3535
gramps_target_version = "5.1",
3636
help_url="Descendant_Count_Gramplet",
3737
)

EditExifMetadata/editexifmetadata.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
gramplet_title = _("Edit Exif Metadata"),
3535
detached_width = 550,
3636
detached_height = 550,
37-
version = '2.0.3',
37+
version = '2.0.4',
3838
gramps_target_version = "5.1",
3939
status = STABLE,
4040
include_in_listing = True,

ExportProlog/ExportProlog.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = _('Prolog Export'),
44
description = _('Exports data into a Prolog fact format. '
55
'Data is in Unicode (utf-8)'),
6-
version = '1.0.11',
6+
version = '1.0.12',
77
gramps_target_version = "5.1",
88
status = STABLE,
99
fname = 'ExportProlog.py',

0 commit comments

Comments
 (0)