From 23303097ef9a788174d8b4e00ca520b3f2bc0217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=B6rfelt?= Date: Mon, 11 Dec 2023 17:21:31 +0100 Subject: [PATCH] update joplin version --- README.md | 2 +- test/setup_joplin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d2c0a5..2fb2d93 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Python interface for the [Joplin data API](https://joplinapp.org/api/references/ [![tests](https://github.com/marph91/joppy/actions/workflows/tests.yml/badge.svg)](https://github.com/marph91/joppy/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/marph91/joppy/branch/master/graph/badge.svg?token=97E6IX792A)](https://codecov.io/gh/marph91/joppy) -[![https://img.shields.io/badge/Joplin-2.12.18-blueviolet](https://img.shields.io/badge/Joplin-2.12.18-blueviolet)](https://github.com/laurent22/joplin) +[![https://img.shields.io/badge/Joplin-2.13.9-blueviolet](https://img.shields.io/badge/Joplin-2.13.9-blueviolet)](https://github.com/laurent22/joplin) [![Python version](https://img.shields.io/pypi/pyversions/joppy.svg)](https://pypi.python.org/pypi/joppy/) ## :computer: Installation diff --git a/test/setup_joplin.py b/test/setup_joplin.py index 61c6c0a..67f9929 100644 --- a/test/setup_joplin.py +++ b/test/setup_joplin.py @@ -19,7 +19,7 @@ def download_joplin(destination: str) -> None: # "https://api.github.com/repos/laurent22/joplin/releases" # ) # latest_version = response.json()[0]["name"].lstrip("v") - latest_version = "2.12.18" + latest_version = "2.13.9" print(f"Testing with Joplin version {latest_version}.") # download the binary