Skip to content

Commit

Permalink
Bump version to 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelYochpaz committed Jul 7, 2024
1 parent 1e5087a commit db45820
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 2.5.6 [2024-07-07]
### Bug Fixes:
* Fixed an issue where the update message from version `2.5.4` to `2.5.5` would still appear after updating. ([Issue #73](https://github.com/MichaelYochpaz/iSubRip/issues/73))
---
## 2.5.5 [2024-07-06]
### Added:
* Added new `timeout` setting to the config file, for the option to change the timeout for all / specific scrapers. See the updated [example config](https://github.com/MichaelYochpaz/iSubRip/blob/main/config.toml) for usage examples. ([Issue #71](https://github.com/MichaelYochpaz/iSubRip/issues/71))
Expand Down
2 changes: 1 addition & 1 deletion isubrip/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# General
PACKAGE_NAME = "isubrip"
PACKAGE_VERSION = "2.5.5"
PACKAGE_VERSION = "2.5.6"

# Async
EVENT_LOOP = asyncio.get_event_loop()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "isubrip"
version = "2.5.5"
version = "2.5.6"
description = "A Python package for scraping and downloading subtitles from AppleTV / iTunes movie pages."
license = "MIT"
authors = ["Michael Yochpaz"]
Expand Down

0 comments on commit db45820

Please sign in to comment.