From 03fc78dd879532d97a29cb7ac25b1eb36728f2dd Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 31 Oct 2022 03:57:56 +0000 Subject: [PATCH] 0.2.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- zotero2readwise/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 336b328..e8bb93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.2.6 (2022-10-31) +### Fix +* Adding spaces ([`e73352d`](https://github.com/e-alizadeh/Zotero2Readwise/commit/e73352d7ca7de9aa60c22958e2ce55ff35ba26e7)) +* Empty commit for new release ([`7fa1b2b`](https://github.com/e-alizadeh/Zotero2Readwise/commit/7fa1b2beca4d41b5dfdabc753766cf82a9eaccba)) +* Empty commit for new release ([`c1038c3`](https://github.com/e-alizadeh/Zotero2Readwise/commit/c1038c34a4880373b60254161df734443ed9c049)) +* Empty commit for new release ([`65e2f44`](https://github.com/e-alizadeh/Zotero2Readwise/commit/65e2f444dfab59dd6704404d18e9742d0d591a4d)) + ## v0.2.5 (2022-10-19) ### Fix * Merge pull request #28 from stefanku/master ([`ea16ffa`](https://github.com/e-alizadeh/Zotero2Readwise/commit/ea16ffaf1c911b693095e68773771a7ac408fc4f)) diff --git a/pyproject.toml b/pyproject.toml index a8af86e..7261861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zotero2readwise" -version = "0.2.5" +version = "0.2.6" description = "Export your Zotero annotations and notes to Readwise" readme = "README.md" authors = ["ealizadeh "] diff --git a/zotero2readwise/__init__.py b/zotero2readwise/__init__.py index 60f1152..3021b15 100644 --- a/zotero2readwise/__init__.py +++ b/zotero2readwise/__init__.py @@ -1,7 +1,7 @@ from pathlib import Path __author__ = "Essi Alizadeh" -__version__ = "0.2.5" +__version__ = "0.2.6" TOP_DIR = Path(__file__).parent FAILED_ITEMS_DIR = TOP_DIR