File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments