diff --git a/README.md b/README.md index d63bd1f..9b28b17 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-3.0.15-blueviolet](https://img.shields.io/badge/Joplin-3.0.15-blueviolet)](https://github.com/laurent22/joplin) +[![https://img.shields.io/badge/Joplin-3.2.3-blueviolet](https://img.shields.io/badge/Joplin-3.2.3-blueviolet)](https://github.com/laurent22/joplin) [![Python version](https://img.shields.io/pypi/pyversions/joppy.svg)](https://pypi.python.org/pypi/joppy/) ## Features diff --git a/test/setup_joplin.py b/test/setup_joplin.py index 2170329..deb7a21 100644 --- a/test/setup_joplin.py +++ b/test/setup_joplin.py @@ -20,7 +20,7 @@ def download_joplin_client(destination: str) -> None: # "https://api.github.com/repos/laurent22/joplin/releases" # ) # latest_version = response.json()[0]["name"].lstrip("v") - latest_version = "3.0.15" + latest_version = "3.2.3" print(f"Testing with Joplin version {latest_version}.") # download the binary