Skip to content

Commit

Permalink
test with Joplin 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Nov 19, 2024
1 parent 40580cb commit c5bf892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/setup_joplin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5bf892

Please sign in to comment.