File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.39 .0
2+ current_version = 4.40 .0
33commit = True
44tag = True
55tag_name = v{new_version}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The semantic versioning only considers the public API as described in
1212paths are considered internals and can change in minor and patch releases.
1313
1414
15- v4.40.0 (2025-05-?? )
15+ v4.40.0 (2025-05-16 )
1616--------------------
1717
1818Added
Original file line number Diff line number Diff line change @@ -48,18 +48,14 @@ Minimal boilerplate but manually parsing:
4848
4949 from jsonargparse import auto_parser
5050
51+ parser = auto_parser(main_function)
52+ cfg = parser.parse_args()
5153 ...
5254
53- if __name__ == " __main__" :
54- parser = auto_parser(main_function)
55- cfg = parser.parse_args()
56- ...
57-
5855 Powerful argparse-like low level parsers:
5956
6057.. code-block :: python
6158
62- from typing import Union, Literal
6359 from jsonargparse import ArgumentParser
6460
6561 parser = ArgumentParser()
Original file line number Diff line number Diff line change 7070__all__ += _deprecated .__all__
7171
7272
73- __version__ = "4.39 .0"
73+ __version__ = "4.40 .0"
You can’t perform that action at this time.
0 commit comments