Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 804ca45

Browse files
committed
bump: version 0.3.0 → 0.4.0
1 parent cb6c30d commit 804ca45

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.4.0 (2024-10-30)
2+
3+
### Feat
4+
5+
- Add parallel processing, refactor (#11)
6+
17
## v0.3.0 (2024-10-01)
28

39
### Feat

letterboxd_rss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v0.3.0"
1+
__version__ = "v0.4.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "letterboxd-rss"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Generate an RSS feed from your letterboxd.com watchlist"
55
authors = ["Jan Willhaus <mail@janwillhaus.de>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)