From 15c3720da4c38cacb6616f63c6add10c4e202e9d Mon Sep 17 00:00:00 2001 From: Brendan O'Connell Date: Thu, 7 Nov 2024 20:03:29 +0100 Subject: [PATCH 1/2] Removed stray comma --- thothlibrary/thoth-0_9_0/fixtures/QUERIES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thothlibrary/thoth-0_9_0/fixtures/QUERIES b/thothlibrary/thoth-0_9_0/fixtures/QUERIES index 5260dd5..700b61a 100644 --- a/thothlibrary/thoth-0_9_0/fixtures/QUERIES +++ b/thothlibrary/thoth-0_9_0/fixtures/QUERIES @@ -189,7 +189,7 @@ "landingPage", "fullTextUrl", "locationPlatform", - "canonical", + "canonical" ] }, "price": { From c0e831db09e2ee6e7db5629c130761d99e0face8 Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Thu, 7 Nov 2024 19:08:42 +0000 Subject: [PATCH 2/2] Bump v0.28.3 --- README.md | 2 +- thothlibrary/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 869ef65..63cd44c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Install is either via pip or cloning the repository. From pip: ```sh -python3 -m pip install thothlibrary==0.28.2 +python3 -m pip install thothlibrary==0.28.3 ``` Or from the repo: diff --git a/thothlibrary/__init__.py b/thothlibrary/__init__.py index 7d67577..6833450 100644 --- a/thothlibrary/__init__.py +++ b/thothlibrary/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """GraphQL client for Thoth""" -__version__ = "0.28.2" +__version__ = "0.28.3" __author__ = "Javier Arias " __copyright__ = "Copyright (c) 2020 Open Book Publishers" __license__ = "Apache 2.0"