Skip to content

Commit

Permalink
chore(release): 2.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.5](v2.0.4...v2.0.5) (2023-05-29)

### Bug Fixes

* scheduler app context ([7e37c45](7e37c45))
  • Loading branch information
semantic-release-bot committed May 29, 2023
1 parent 7e37c45 commit e659521
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.5](https://github.com/Suwmlee/ikaros/compare/v2.0.4...v2.0.5) (2023-05-29)


### Bug Fixes

* scheduler app context ([7e37c45](https://github.com/Suwmlee/ikaros/commit/7e37c457c907194de6b31cc5c7f5268af633eb3a))

## [2.0.4](https://github.com/Suwmlee/ikaros/compare/v2.0.3...v2.0.4) (2023-05-22)


Expand Down
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ 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.4'
VERSION = '2.0.5'
SQLALCHEMY_DATABASE_URI = 'sqlite:///../data/data.db'
SQLALCHEMY_TRACK_MODIFICATIONS = False

0 comments on commit e659521

Please sign in to comment.