Skip to content

Commit

Permalink
chore(release): 2.0.16 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.16](v2.0.15...v2.0.16) (2024-02-11)

### Bug Fixes

* movie info error ([29f783e](29f783e)), closes [#44](#44)
  • Loading branch information
semantic-release-bot committed Feb 11, 2024
1 parent 29f783e commit 24a421f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.16](https://github.com/Suwmlee/ikaros/compare/v2.0.15...v2.0.16) (2024-02-11)


### Bug Fixes

* movie info error ([29f783e](https://github.com/Suwmlee/ikaros/commit/29f783e146cb46f26a36f68d053d43521031c43f)), closes [#44](https://github.com/Suwmlee/ikaros/issues/44)

## [2.0.15](https://github.com/Suwmlee/ikaros/compare/v2.0.14...v2.0.15) (2024-01-28)


Expand Down
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Config:
LOGGING_FORMAT = '[%(asctime)s] %(levelname)s in %(module)s: %(message)s'
LOGGING_LOCATION = 'data/web.log'
LOGGING_LEVEL = logging.INFO
VERSION = '2.0.15'
VERSION = '2.0.16'
SQLALCHEMY_DATABASE_URI = 'sqlite:///../data/data.db'
SQLALCHEMY_TRACK_MODIFICATIONS = False
SOCK_SERVER_OPTIONS = {'ping_interval': 10}

0 comments on commit 24a421f

Please sign in to comment.