Skip to content

Commit

Permalink
chore(release): 1.33.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.33.1](v1.33.0...v1.33.1) (2022-08-15)

### Bug Fixes

* storyline ([8179290](8179290))
  • Loading branch information
semantic-release-bot committed Aug 15, 2022
1 parent 8179290 commit 42abf6f
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 @@
## [1.33.1](https://github.com/Suwmlee/ikaros/compare/v1.33.0...v1.33.1) (2022-08-15)


### Bug Fixes

* storyline ([8179290](https://github.com/Suwmlee/ikaros/commit/817929045325fd3f533382a2feabdb0e30964806))

# [1.33.0](https://github.com/Suwmlee/ikaros/compare/v1.32.8...v1.33.0) (2022-07-29)


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] %(module)-15s %(levelname)s : %(message)s'
LOGGING_LOCATION = 'database/web.log'
LOGGING_LEVEL = logging.INFO
VERSION = '1.33.0'
VERSION = '1.33.1'
SQLALCHEMY_DATABASE_URI = 'sqlite:///../database/data.db'
SQLALCHEMY_TRACK_MODIFICATIONS = False

0 comments on commit 42abf6f

Please sign in to comment.