Skip to content

Commit 6be6409

Browse files
authored
Version -> 3.2.0, fix gitignore (#656)
1 parent 65c80db commit 6be6409

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Pipfile.lock
77
.venv
88
*.ipynb
99

10+
# this is used for dev container data
1011
data/
12+
# but this is needed
13+
!gramps_webapi/data
1114
indexdir/
1215
indexdir_empty/
1316
thumbnail_cache/

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.1.0"
24+
__version__ = "3.2.0"

gramps_webapi/data/apispec.yaml

Lines changed: 1 addition & 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.1.0"
4+
version: "3.2.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

0 commit comments

Comments
 (0)