Skip to content

Commit c9b2273

Browse files
committed
Merge Fix format string with unnamed arguments warning #669, #670, #671, #672, #673
1 parent 64c504b commit c9b2273

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

D3Charts/AncestralCollapsibleTree.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"represented as a Collapsible Tree Layout from the D3.js "
3636
"JavaScript library."
3737
),
38-
version = '1.0.36',
38+
version = '1.0.37',
3939
gramps_target_version="6.0",
4040
help_url="Addon:D3_Ancestral_and_Descendant_Charts#Ancestral_Collapsible_Tree",
4141
)

D3Charts/AncestralFanChart.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"represented as a Fan Chart from the D3.js "
3636
"JavaScript library."
3737
),
38-
version = '1.0.36',
38+
version = '1.0.37',
3939
gramps_target_version="6.0",
4040
help_url="Addon:D3_Ancestral_and_Descendant_Charts#Ancestral_Fan_Chart",
4141
)

D3Charts/DescendantIndentedTree.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"as a Collapsible Indented Tree Layout from the D3.js "
3636
"JavaScript library."
3737
),
38-
version = '1.0.36',
38+
version = '1.0.37',
3939
gramps_target_version="6.0",
4040
help_url="Addon:D3_Ancestral_and_Descendant_Charts#Descendant_Indented_Tree",
4141
)

DenominoViso/DenominoViso.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"where details about individuals become visible "
2222
"upon mouse-events."
2323
),
24-
version = '2.3.48',
24+
version = '2.3.49',
2525
gramps_target_version="6.0",
2626
help_url="Addon:DenominoViso",
2727
)

DescendantBooks/DescendantBooks.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
id="DescendantBook",
2222
name=_("Descendant Book"),
2323
description=_("Produces one or more descendant reports based on a supplied query."),
24-
version = '1.1.30',
24+
version = '1.1.31',
2525
gramps_target_version="6.0",
2626
status=STABLE,
2727
fname="DescendantBookReport.py",
@@ -42,7 +42,7 @@
4242
description=_(
4343
"Produces one or more detailed descendant reports based on a supplied query."
4444
),
45-
version = '1.1.30',
45+
version = '1.1.31',
4646
gramps_target_version="6.0",
4747
status=STABLE,
4848
fname="DetailedDescendantBookReport.py",

Query/Query.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=_("Query Gramplet"),
1111
description=_("Gramplet for running SQL-like queries"),
1212
status=UNSTABLE, # not yet tested with python 3
13-
version = '1.0.43',
13+
version = '1.0.44',
1414
gramps_target_version="6.0",
1515
include_in_listing=False,
1616
height=200,
@@ -38,6 +38,6 @@
3838
fname="QueryQuickview.py",
3939
authors="Douglas Blank",
4040
authors_email="[email protected]",
41-
version = '1.0.43',
41+
version = '1.0.44',
4242
gramps_target_version="6.0",
4343
)

SourceIndex/SourceIndex.gpr.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
id="BirthIndex",
2424
name=_("BirthIndex"),
2525
description=_("BirthIndex"),
26-
version = '0.0.38',
26+
version = '0.0.39',
2727
gramps_target_version="6.0",
2828
include_in_listing=False,
2929
status=UNSTABLE, # not yet tested with python 3, toplevel + signals + managedwindow
@@ -39,7 +39,7 @@
3939
id="MarriageIndex",
4040
name=_("MarriageIndex"),
4141
description=_("MarriageIndex"),
42-
version = '0.0.36',
42+
version = '0.0.37',
4343
gramps_target_version="6.0",
4444
include_in_listing=False,
4545
status=STABLE, # not yet tested with python 3,
@@ -55,7 +55,7 @@
5555
id="DeathIndex",
5656
name=_("DeathIndex"),
5757
description=_("DeathIndex"),
58-
version = '0.0.36',
58+
version = '0.0.37',
5959
gramps_target_version="6.0",
6060
include_in_listing=False,
6161
status=UNSTABLE, # not yet tested with python 3, toplevel + signals + managedwindow
@@ -71,7 +71,7 @@
7171
id="CensusIndex",
7272
name=_("CensusIndex"),
7373
description=_("CensusIndex"),
74-
version = '0.0.36',
74+
version = '0.0.37',
7575
gramps_target_version="6.0",
7676
include_in_listing=False,
7777
status=UNSTABLE, # not yet tested with python 3, toplevel + signals + managedwindow
@@ -87,7 +87,7 @@
8787
id="Witness",
8888
name=_("Witness"),
8989
description=_("Witness"),
90-
version = '0.0.36',
90+
version = '0.0.37',
9191
gramps_target_version="6.0",
9292
include_in_listing=False,
9393
status=UNSTABLE, # not yet tested with python 3, toplevel + signals + managedwindow
@@ -103,7 +103,7 @@
103103
id="Index",
104104
name=_("SourceIndex"),
105105
description=_("SourceIndex"),
106-
version = '0.0.40',
106+
version = '0.0.41',
107107
gramps_target_version="6.0",
108108
include_in_listing=False,
109109
status=STABLE, # not yet tested with python 3, see feature 5552

0 commit comments

Comments
 (0)