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 4747 model_parser_completer , # noqa: F401
4848)
4949
50- VERSION = (2 , 2 , 2 )
50+ VERSION = (2 , 3 , 0 )
5151
5252__title__ = "Django Typer"
5353__version__ = "." .join (str (i ) for i in VERSION )
Original file line number Diff line number Diff line change 22Change Log
33==========
44
5- v2.3.0 (2024-10-xx )
5+ v2.3.0 (2024-10-13 )
66===================
77
88* Fixed `Inheritance more than one level deep of TyperCommands does not work. <https://github.com/django-commons/django-typer/issues/131 >`_
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " django-typer"
7- version = " 2.2.2 "
7+ version = " 2.3.0 "
88description = " Use Typer to define the CLI for your Django management commands."
99authors = [
1010 " Brian Kohan <bckohan@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments