Skip to content

Commit f135e79

Browse files
committed
Rebuild for Dutch translations of several addons
1 parent f61f3b4 commit f135e79

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

CheckPlaceTitles/checkplacetitles.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
id = 'checkplacetitle',
2828
name = _("Check Place Titles"),
2929
description = _("Check place titles"),
30-
version = '1.0.9',
30+
version = '1.0.10',
3131
gramps_target_version = "5.1",
3232
include_in_listing = False,
3333
status = UNSTABLE,

CliMerge/CliMerge.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
authors = ["M.D. Nauta"],
1616
authors_email = ["[email protected]"],
1717
description = _("Merge primary objects via the command line."),
18-
version = '1.0.31',
18+
version = '1.0.32',
1919
gramps_target_version = "5.1",
2020
)

ClipboardGramplet/ClipboardGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name=_("Collections Clipboard"),
1010
description = _("Gramplet for grouping collections of items to aid in data entry."),
1111
status = STABLE,
12-
version = '1.0.38',
12+
version = '1.0.39',
1313
gramps_target_version = "5.1",
1414
height=200,
1515
gramplet = "ClipboardGramplet",

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.30',
10+
version = '0.0.31',
1111
gramps_target_version = "5.1",
1212
fname="ClockGramplet.py",
1313
help_url="Gramplets#GUI_Interface",

D3Charts/AncestralCollapsibleTree.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
'representation of ancestors (SVG) '
3333
'represented as a Collapsible Tree Layout from the D3.js '
3434
'JavaScript library.'),
35-
version = '1.0.26',
35+
version = '1.0.27',
3636
gramps_target_version = "5.1",
3737
)

D3Charts/AncestralFanChart.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
'representation of ancestors (SVG) '
3333
'represented as a Fan Chart from the D3.js '
3434
'JavaScript library.'),
35-
version = '1.0.26',
35+
version = '1.0.27',
3636
gramps_target_version = "5.1",
3737
)

D3Charts/DescendantIndentedTree.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
'representation of descendants (SVG) represented'
3333
'as a Collapsible Indented Tree Layout from the D3.js '
3434
'JavaScript library.'),
35-
version = '1.0.26',
35+
version = '1.0.27',
3636
gramps_target_version = "5.1",
3737
)

DEWebConnectPack/DEWebPack.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=_("DE Web Connect Pack"),
1111
description = _("Collection of Web sites for the DE (requires libwebconnect)"),
1212
status = STABLE,
13-
version = '0.0.26',
13+
version = '0.0.27',
1414
gramps_target_version = "5.1",
1515
fname="DEWebPack.py",
1616
load_on_reg = True,

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.45',
16+
version = '1.0.46',
1717
gramps_target_version = "5.1",
1818
status=STABLE, # not yet tested with python 3
1919
fname="DataEntryGramplet.py",

DateCalculator/DateCalculator.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
name=_("Date Calculator"),
2222
description=_("Useful for date math calculations"),
2323
status=STABLE,
24-
version = '0.0.10',
24+
version = '0.0.11',
2525
fname="DateCalculator.py",
2626
authors=['Doug Blank'],
2727
authors_email=["[email protected]"],

0 commit comments

Comments
 (0)