Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 7, 2022
1 parent 38adbcf commit c56f4a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.3 (2022-01-07)
### Fix
* Use alternate link Zotero (`https://www.zotero.org/username/items/<itemKey>`) that has a html content instead of self link (`https://api.zotero.org/users/<userID>/items/<itemKey>`) that contains a JSON content and calls the API. ([`3310ad1`](https://github.com/e-alizadeh/Zotero2Readwise/commit/3310ad130afdcc977a8eb771712950d0d70064d1))

## v0.2.2 (2022-01-03)
### Fix
* An oversight in `Zotero2Readwise` class method `run()` (previously `run_all())` ([`e2b1336`](https://github.com/e-alizadeh/Zotero2Readwise/commit/e2b133634372b44cefc728923ae7ef384c69adda))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zotero2readwise"
version = "0.2.2"
version = "0.2.3"
description = "Export your Zotero annotations and notes to Readwise"
readme = "README.md"
authors = ["ealizadeh <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion zotero2readwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import Path

__author__ = "Essi Alizadeh"
__version__ = "0.2.2"
__version__ = "0.2.3"

FAILED_ITEMS_DIR = Path("failed_items")

0 comments on commit c56f4a8

Please sign in to comment.