File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4747 model_parser_completer , # noqa: F401
4848)
4949
50- VERSION = (2 , 1 , 2 )
50+ VERSION = (2 , 1 , 3 )
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.1.3
6+ ======
7+
8+ * Fixed `Move from django_typer to django_typer.management broke doc reference links. <https://github.com/bckohan/django-typer/issues/98 >`_
9+ * Implemented `Support Django 5.1 <https://github.com/bckohan/django-typer/issues/97 >`_
10+
511v2.1.2
612======
713
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-typer"
3- version = " 2.1.2 "
3+ version = " 2.1.3 "
44description = " Use Typer to define the CLI for your Django management commands."
55authors = [" Brian Kohan <bckohan@gmail.com>" ]
66license = " MIT"
@@ -19,6 +19,7 @@ classifiers = [
1919 " Framework :: Django :: 4.1" ,
2020 " Framework :: Django :: 4.2" ,
2121 " Framework :: Django :: 5.0" ,
22+ " Framework :: Django :: 5.1" ,
2223 " Intended Audience :: Developers" ,
2324 " License :: OSI Approved :: MIT License" ,
2425 " Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments