Skip to content

Commit 031bec6

Browse files
committed
prep the release
1 parent 1b003c9 commit 031bec6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ For information on how to use `micom` please refer to
99

1010
Fix a bug in `check_db_medium` where the growth rate order was random.
1111

12+
Do not overwrite the handlers for the root logger anymore but attach the handler to
13+
a package logger instead.
14+
1215
### 0.36.3
1316

1417
Require a newer optlang version to stay compatible with numpy 2.0.

micom/logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99

1010
logger = logging.getLogger("micom")
1111
logger.addHandler(handler)
12-

0 commit comments

Comments
 (0)