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 47
47
model_parser_completer , # noqa: F401
48
48
)
49
49
50
- VERSION = (2 , 2 , 2 )
50
+ VERSION = (2 , 3 , 0 )
51
51
52
52
__title__ = "Django Typer"
53
53
__version__ = "." .join (str (i ) for i in VERSION )
Original file line number Diff line number Diff line change 2
2
Change Log
3
3
==========
4
4
5
- v2.3.0 (2024-10-xx )
5
+ v2.3.0 (2024-10-13 )
6
6
===================
7
7
8
8
* 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"
4
4
5
5
[tool .poetry ]
6
6
name = " django-typer"
7
- version = " 2.2.2 "
7
+ version = " 2.3.0 "
8
8
description = " Use Typer to define the CLI for your Django management commands."
9
9
authors = [
10
10
" Brian Kohan <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments