Skip to content

Commit a2938fe

Browse files
committed
Rebuild CalculateEstimatedDates, GenealogyTree, FRWebConnectPack
1 parent 2d98503 commit a2938fe

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CalculateEstimatedDates/CalculateEstimatedDates.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
id = 'calculateestimateddates',
99
name = _("Calculate Estimated Dates"),
1010
description = _("Calculates estimated dates for birth and death."),
11-
version = '0.90.30',
11+
version = '0.90.31',
1212
gramps_target_version = "5.1",
1313
status = STABLE, # not yet tested with python 3
1414
fname = 'CalculateEstimatedDates.py',

FRWebConnectPack/FRWebPack.gpr.py

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

FRWebConnectPack/po/template.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2019-11-27 10:32-0600\n"
11+
"POT-Creation-Date: 2019-12-24 11:34-0600\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -41,18 +41,18 @@ msgstr ""
4141
msgid "Cyber genealogy"
4242
msgstr ""
4343

44-
#: FRWebConnectPack/FRWebPack.py:52
44+
#: FRWebConnectPack/FRWebPack.py:53
4545
msgid "RetroNews (Bnf)"
4646
msgstr ""
4747

48-
#: FRWebConnectPack/FRWebPack.py:57
48+
#: FRWebConnectPack/FRWebPack.py:58
4949
msgid "Hathi Trust Digital Library (fr)"
5050
msgstr ""
5151

52-
#: FRWebConnectPack/FRWebPack.py:58
52+
#: FRWebConnectPack/FRWebPack.py:59
5353
msgid "Open Library (fr)"
5454
msgstr ""
5555

56-
#: FRWebConnectPack/FRWebPack.py:59
56+
#: FRWebConnectPack/FRWebPack.py:60
5757
msgid "Belgium's Archives"
5858
msgstr ""

GenealogyTree/treeplugins.gpr.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
id = 'gt_ancestor',
2929
name = _("Ancestor Tree"),
3030
description = _("Ancestor tree using LaTeX genealogytree"),
31-
version = '1.0.11',
31+
version = '1.0.12',
3232
gramps_target_version = '5.1',
3333
status = STABLE,
3434
fname = 'gt_ancestor.py',
@@ -50,7 +50,7 @@
5050
id = 'gt_descendant',
5151
name = _("Descendant Tree"),
5252
description = _("Descendant tree using LaTeX genealogytree"),
53-
version = '1.0.11',
53+
version = '1.0.12',
5454
gramps_target_version = '5.1',
5555
status = STABLE,
5656
fname = 'gt_descendant.py',
@@ -72,7 +72,7 @@
7272
id = 'gt_grandparent',
7373
name = _("Grandparent Tree"),
7474
description = _("Grandparent tree using LaTeX genealogytree"),
75-
version = '1.0.11',
75+
version = '1.0.12',
7676
gramps_target_version = '5.1',
7777
status = STABLE,
7878
fname = 'gt_grandparent.py',
@@ -94,7 +94,7 @@
9494
id = 'gt_sandclock',
9595
name = _("Sandclock Tree"),
9696
description = _("Sandclock tree using LaTeX genealogytree"),
97-
version = '1.0.11',
97+
version = '1.0.12',
9898
gramps_target_version = '5.1',
9999
status = STABLE,
100100
fname = 'gt_sandclock.py',
@@ -116,7 +116,7 @@
116116
id = 'gt_sandclock_family',
117117
name = _("Sandclock Tree for a Family"),
118118
description = _("Sandclock tree for a family using LaTeX genealogytree"),
119-
version = '1.0.11',
119+
version = '1.0.12',
120120
gramps_target_version = '5.1',
121121
status = STABLE,
122122
fname = 'gt_sandclock.py',

0 commit comments

Comments
 (0)