Skip to content

Commit 59137a4

Browse files
committed
Version -> 3.1.0, update apispec
1 parent 04d7706 commit 59137a4

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

gramps_webapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
"""Version information."""
2323

24-
__version__ = "3.0.2"
24+
__version__ = "3.1.0"

gramps_webapi/data/apispec.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: "2.0"
22
info:
33
title: "Gramps Web API"
4-
version: "3.0.2"
4+
version: "3.1.0"
55
description: >
66
The Gramps Web API is a REST API that provides access to family tree databases generated and maintained with Gramps, a popular Open Source genealogical research software package.
77
@@ -8772,6 +8772,18 @@ definitions:
87728772
type: string
87738773
example:
87748774
- "Gainesville, FA"
8775+
alternate_place_names:
8776+
description: "Alternative names of the place with date."
8777+
type: object
8778+
properties:
8779+
date_str:
8780+
description: "Date the place name was in use."
8781+
type: string
8782+
example: "1800 to 1950"
8783+
value:
8784+
description: "The name in use."
8785+
type: string
8786+
example: "Gainesville, FA"
87758787
gramps_id:
87768788
description: "The place's Gramps ID."
87778789
type: string

0 commit comments

Comments
 (0)