Skip to content

Commit 2a99b0c

Browse files
committed
Update API spec, version -> 1.3.1
1 parent 699c5c1 commit 2a99b0c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

gramps_webapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
#
1919

2020
# make sure to match this version with the one in apispec.yaml
21-
__version__ = "1.3.0"
21+
__version__ = "1.3.1"

gramps_webapi/data/apispec.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
99
1010
* More about Gramps and the numerous features it provides for genealogists can be found at https://gramps-project.org
11-
version: "1.3.0" # make sure to match this version with the one in _version.py
11+
version: "1.3.1" # make sure to match this version with the one in _version.py
1212
license:
1313
name: "GNU Affero General Public License v3.0"
1414
url: "http://www.gnu.org/licenses/agpl-3.0.html"
@@ -7437,6 +7437,10 @@ definitions:
74377437
description: "Preferred surname of the person."
74387438
type: string
74397439
example: "Garner von Zieliński"
7440+
name_suffix:
7441+
description: "Name suffix of the person."
7442+
type: string
7443+
example: "Sr"
74407444
other_parent_families:
74417445
description: "The family profiles for families of the parents of the person other than the primary parent family profile."
74427446
type: array
@@ -10272,6 +10276,10 @@ definitions:
1027210276
description: "Preferred surname of the person."
1027310277
type: string
1027410278
example: "Garner"
10279+
name_suffix:
10280+
description: "Name suffix of the person."
10281+
type: string
10282+
example: "Sr"
1027510283
relationship:
1027610284
description: "The relationship the person has to the person for whom the timeline is for."
1027710285
type: string

0 commit comments

Comments
 (0)