Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,7 @@
- Media gallery uses the shared GraphQL endpoint via `_get_extended_title_info`
- Updated `docs/index.md` to include all features from README.md (reviews, trivia, media gallery, company credits, awards, localized results, filtering by type, filmography, all interests, AWS WAF mention)
- Synchronized GitHub static page documentation with current feature set
- added notice : https://github.com/tveronesi/imdbinfo/issues/177
- added notice : https://github.com/tveronesi/imdbinfo/issues/177

## v0.9.3
- Fix version conflict: bump version to resolve PyPI 400 Bad Request error caused by attempting to re-upload an already-existing release
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "imdbinfo"
version = "0.9.2"
version = "0.9.3"
description = "A Python service for querying IMDb data"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down