diff --git a/README.md b/README.md index 83255ce..18564ad 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.26.2 +python3 -m pip install thothlibrary==0.27.0 ``` Or from the repo: diff --git a/thothlibrary/__init__.py b/thothlibrary/__init__.py index af45b62..a8943b4 100644 --- a/thothlibrary/__init__.py +++ b/thothlibrary/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """GraphQL client for Thoth""" -__version__ = "0.26.2" +__version__ = "0.27.0" __author__ = "Javier Arias " __copyright__ = "Copyright (c) 2020 Open Book Publishers" __license__ = "Apache 2.0" diff --git a/thothlibrary/mutation.py b/thothlibrary/mutation.py index 8c76824..e9e53c3 100644 --- a/thothlibrary/mutation.py +++ b/thothlibrary/mutation.py @@ -77,7 +77,8 @@ class ThothMutation(): ("coverCaption", True), ("firstPage", True), ("lastPage", True), - ("pageInterval", True) + ("pageInterval", True), + ("withdrawnDate", True) ], "return_value": "workId" }, @@ -277,7 +278,8 @@ class ThothMutation(): ("coverCaption", True), ("firstPage", True), ("lastPage", True), - ("pageInterval", True) + ("pageInterval", True), + ("withdrawnDate", True) ], "return_value": "workId" }, diff --git a/thothlibrary/thoth-0_9_0/fixtures/QUERIES b/thothlibrary/thoth-0_9_0/fixtures/QUERIES index ac73f73..02fab62 100644 --- a/thothlibrary/thoth-0_9_0/fixtures/QUERIES +++ b/thothlibrary/thoth-0_9_0/fixtures/QUERIES @@ -387,6 +387,7 @@ "imprintId", "doi", "publicationDate", + "withdrawnDate", "place", "pageCount", "pageBreakdown", @@ -434,6 +435,7 @@ "imprintId", "doi", "publicationDate", + "withdrawnDate", "place", "pageCount", "pageBreakdown", @@ -475,6 +477,7 @@ "imprintId", "doi", "publicationDate", + "withdrawnDate", "place", "pageCount", "pageBreakdown", @@ -514,6 +517,7 @@ "imprintId", "doi", "publicationDate", + "withdrawnDate", "place", "pageCount", "pageBreakdown",