We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd690ad commit 3723458Copy full SHA for 3723458
gramps_webapi/_version.py
@@ -18,4 +18,4 @@
18
#
19
20
# make sure to match this version with the one in apispec.yaml
21
-__version__ = "2.2.0"
+__version__ = "2.2.1"
gramps_webapi/data/apispec.yaml
@@ -8,7 +8,7 @@ info:
8
9
10
* More about Gramps and the numerous features it provides for genealogists can be found at https://gramps-project.org
11
- version: "2.2.0" # make sure to match this version with the one in _version.py
+ version: "2.2.1" # make sure to match this version with the one in _version.py
12
license:
13
name: "GNU Affero General Public License v3.0"
14
url: "http://www.gnu.org/licenses/agpl-3.0.html"
0 commit comments