File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 2.4.2] ( https://github.com/Suwmlee/ikaros/compare/v2.4.1...v2.4.2 ) (2024-05-26)
2+
3+
4+ ### Bug Fixes
5+
6+ * number parser ([ 3b2fa7b] ( https://github.com/Suwmlee/ikaros/commit/3b2fa7b270727e39b8976c2239693335ecff72d6 ) ), closes [ #60 ] ( https://github.com/Suwmlee/ikaros/issues/60 )
7+
18## [ 2.4.1] ( https://github.com/Suwmlee/ikaros/compare/v2.4.0...v2.4.1 ) (2024-05-25)
29
310
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Config:
99 LOGGING_FORMAT = '[%(asctime)s] %(levelname)s in %(module)s: %(message)s'
1010 LOGGING_LOCATION = 'data/web.log'
1111 LOGGING_LEVEL = logging .INFO
12- VERSION = '2.4.1 '
12+ VERSION = '2.4.2 '
1313 SQLALCHEMY_DATABASE_URI = 'sqlite:///../data/data.db'
1414 SQLALCHEMY_TRACK_MODIFICATIONS = False
1515 SOCK_SERVER_OPTIONS = {'ping_interval' : 10 }
You can’t perform that action at this time.
0 commit comments