Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 27, 2023
1 parent bfc5f15 commit 27683ea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v0.4.3 (2023-11-27)

### Fix

* fix: :ambulance: use library path import instead of local one ([`b00d2da`](https://github.com/e-alizadeh/Zotero2Readwise/commit/b00d2da8fefc1e5bb14aed0d11fa99bcc58cb896))

### Unknown

* Merge pull request #67 from e-alizadeh/fix/local-import-from-helper

fix: :ambulance: use library path import instead of local one ([`bfc5f15`](https://github.com/e-alizadeh/Zotero2Readwise/commit/bfc5f1514625da94799672bd48b9025ec5e8a633))


## v0.4.2 (2023-11-16)

### Fix
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.4.2"
version = "0.4.3"
description = "Export your Zotero annotations and notes to Readwise"
readme = "README.md"
authors = ["ealizadeh <hello@ealizadeh.com>"]
Expand Down
2 changes: 1 addition & 1 deletion zotero2readwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path

__author__ = "Essi Alizadeh"
__version__ = "0.4.2"
__version__ = "0.4.3"

TOP_DIR = Path(__file__).parent
FAILED_ITEMS_DIR = TOP_DIR

0 comments on commit 27683ea

Please sign in to comment.