Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 8, 2023
1 parent 04f1083 commit 901c210
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.1 (2023-11-08)

### Fix

* fix(pyproject): version bump config ([`566989b`](https://github.com/e-alizadeh/Zotero2Readwise/commit/566989be781ba7a7062e500ada646918c6d2e60a))

### Unknown

* Merge pull request #65 from e-alizadeh/fix-semantic-release-bumpversion

fix(pyproject): version bump config ([`04f1083`](https://github.com/e-alizadeh/Zotero2Readwise/commit/04f10837cd62417c3bff89fadd9c5cc1516374f2))


## v0.4.0 (2023-11-08)

### Unknown
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.0"
version = "0.4.1"
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,7 +1,7 @@
from pathlib import Path

__author__ = "Essi Alizadeh"
__version__ = "0.4.0"
__version__ = "0.4.1"

TOP_DIR = Path(__file__).parent
FAILED_ITEMS_DIR = TOP_DIR

0 comments on commit 901c210

Please sign in to comment.