Skip to content

Commit

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

### Bug Fixes

* minor fixes ([5c8f562](5c8f562))
  • Loading branch information
semantic-release-bot committed Aug 16, 2022
1 parent 5c8f562 commit 5d7507d
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.2](https://github.com/Suwmlee/ikaros/compare/v1.33.1...v1.33.2) (2022-08-16)


### Bug Fixes

* minor fixes ([5c8f562](https://github.com/Suwmlee/ikaros/commit/5c8f56292889d4b3a33ee6e7bb5633c0320f24d3))

## [1.33.1](https://github.com/Suwmlee/ikaros/compare/v1.33.0...v1.33.1) (2022-08-15)


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.1'
VERSION = '1.33.2'
SQLALCHEMY_DATABASE_URI = 'sqlite:///../database/data.db'
SQLALCHEMY_TRACK_MODIFICATIONS = False

0 comments on commit 5d7507d

Please sign in to comment.