From 804ca457ff4703e50eac102e7c426c8e62d8a9af Mon Sep 17 00:00:00 2001 From: "Jan Willhaus [bot]" Date: Wed, 30 Oct 2024 21:58:19 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ letterboxd_rss/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d4e83..54a5976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.0 (2024-10-30) + +### Feat + +- Add parallel processing, refactor (#11) + ## v0.3.0 (2024-10-01) ### Feat diff --git a/letterboxd_rss/__init__.py b/letterboxd_rss/__init__.py index 5938482..d123ede 100644 --- a/letterboxd_rss/__init__.py +++ b/letterboxd_rss/__init__.py @@ -1 +1 @@ -__version__ = "v0.3.0" +__version__ = "v0.4.0" diff --git a/pyproject.toml b/pyproject.toml index ac53b60..dd4ae8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letterboxd-rss" -version = "0.3.0" +version = "0.4.0" description = "Generate an RSS feed from your letterboxd.com watchlist" authors = ["Jan Willhaus "] license = "Apache-2.0"