Skip to content

Commit

Permalink
chore(release): 2.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.3](v2.0.2...v2.0.3) (2023-05-05)

### Bug Fixes

* update tr rpc ([677a0ff](677a0ff))
  • Loading branch information
semantic-release-bot committed May 5, 2023
1 parent 677a0ff commit 030c6e1
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.3](https://github.com/Suwmlee/ikaros/compare/v2.0.2...v2.0.3) (2023-05-05)


### Bug Fixes

* update tr rpc ([677a0ff](https://github.com/Suwmlee/ikaros/commit/677a0ff483bebf19603bd3c953f545b60722fd42))

## [2.0.2](https://github.com/Suwmlee/ikaros/compare/v2.0.1...v2.0.2) (2023-04-11)


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 = 'data/web.log'
LOGGING_LEVEL = logging.INFO
VERSION = '2.0.2'
VERSION = '2.0.3'
SQLALCHEMY_DATABASE_URI = 'sqlite:///../data/data.db'
SQLALCHEMY_TRACK_MODIFICATIONS = False

0 comments on commit 030c6e1

Please sign in to comment.