Skip to content

Commit

Permalink
v0.3.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi committed Nov 12, 2021
1 parent bb2228b commit 2e249f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# CHANGELOG

## 0.3.0 (To be released)
## 0.3.0 (12-11-2021)

- Drop support for Python 3.5
- Remove usage of system locale
- (Breaking) Drop support for Python 3.5
- (Enhancement) Remove usage of system locale
- (Enhancement) Add `--version` flag
- (Fixed) Include latest film on export
- (Fixed) Include script with correct spelling (`fa-scraper`)

## 0.2.0 (11-11-2021)

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fa-scrapper"
version = "0.2.0"
version = "0.3.0"
description = "A Letterboxd-compatible FilmAffinity scrapper."
license = "GPL-3.0-or-later"
authors = ["Pablo Baeyens <pbaeyens31+github@gmail.com>"]
Expand All @@ -22,6 +22,7 @@ classifiers = [

[tool.poetry.scripts]
fa-scrapper = "fa_scrapper.cli:main"
fa-scraper = "fa_scrapper.cli:main"

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit 2e249f3

Please sign in to comment.