Skip to content

Commit 3812eed

Browse files
committed
Version -> 0.7.0
1 parent eebb6bc commit 3812eed

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Gramps Web API
22

3+
RESTful web API for [Gramps](https://gramps-project.org).
4+
5+
**Users of *Gramps Web*, please see the [Gramps Web documentation site](https://gramps-project.github.io/web/) for details on setup, usage, where to get help, and how to contribute.**
6+
7+
## Description
8+
39
This project provides a RESTful web API to query and manipulate a [Gramps](https://gramps-project.org) family tree database. It can serve e.g. as backend for a web app. Gramps Web API is the backend powering [Gramps Web](https://gramps-project.github.io/web/).
410

511
## API documentation
@@ -10,9 +16,9 @@ The documentation of the current state of the API can be browsed with Swagger:
1016

1117
The project is still under development, so API changes should be expected.
1218

13-
## Documentation
19+
## Developer documentation
1420

15-
The project's documentation is hosted at https://gramps-project.github.io/web/.
21+
The project's development documentation is hosted at https://gramps-project.github.io/web/dev-backend/.
1622

1723
## Demo Server
1824

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__ = "0.6.1"
21+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)