Skip to content

Commit 749fe9a

Browse files
authored
Bump Gramps to 6.0.4, version 3.2.1 (#672)
1 parent 206e231 commit 749fe9a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
88
&& rm -rf /var/lib/apt/lists/*
99

1010
RUN pip install opencv-python
11-
RUN pip install gramps==6.0.1
11+
RUN pip install gramps==6.0.4
1212

1313
# CPU-only version of PyTorch
1414
RUN pip install torch --index-url https://download.pytorch.org/whl/cpu

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.2.0"
24+
__version__ = "3.2.1"

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.2.0"
4+
version: "3.2.1"
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
]
1616
requires-python = ">=3.9"
1717
dependencies = [
18-
"gramps[all]>=6.0.1,<6.1.0",
18+
"gramps[all]>=6.0.4,<6.1.0",
1919
"PYGObject<=3.50.0",
2020
"orjson",
2121
"Click>=7.0",

0 commit comments

Comments
 (0)