Skip to content

Commit 094665c

Browse files
chore(release): 2.4.2 [skip ci]
## [2.4.2](v2.4.1...v2.4.2) (2024-05-26) ### Bug Fixes * number parser ([3b2fa7b](3b2fa7b)), closes [#60](#60)
1 parent 3b2fa7b commit 094665c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)