File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33CHANGES
44=======
55
6- 6.0.3
6+ 6.0.3 and 6.0.4
77-----
88
99Correct type annotation in ``mathics.session.MathicsSession `` See `Issue #934 <https://github.com/Mathics3/mathics-core/issues/934 >`_.
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def __init__(
6060 add_builtin = True ,
6161 catch_interrupt = False ,
6262 form = "InputForm" ,
63- character_encoding = Optional [str ],
63+ character_encoding : Optional [str ]= None ,
6464 ):
6565 if character_encoding is not None :
6666 mathics .settings .SYSTEM_CHARACTER_ENCODING = character_encoding
Original file line number Diff line number Diff line change 55# well as importing into Python. That's why there is no
66# space around "=" below.
77# fmt: off
8- __version__ = "6.0.3 " # noqa
8+ __version__ = "6.0.4 " # noqa
You can’t perform that action at this time.
0 commit comments