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 47
47
model_parser_completer , # noqa: F401
48
48
)
49
49
50
- VERSION = (2 , 1 , 2 )
50
+ VERSION = (2 , 1 , 3 )
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.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
+
5
11
v2.1.2
6
12
======
7
13
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-typer"
3
- version = " 2.1.2 "
3
+ version = " 2.1.3 "
4
4
description = " Use Typer to define the CLI for your Django management commands."
5
5
authors = [
" Brian Kohan <[email protected] >" ]
6
6
license = " MIT"
@@ -19,6 +19,7 @@ classifiers = [
19
19
" Framework :: Django :: 4.1" ,
20
20
" Framework :: Django :: 4.2" ,
21
21
" Framework :: Django :: 5.0" ,
22
+ " Framework :: Django :: 5.1" ,
22
23
" Intended Audience :: Developers" ,
23
24
" License :: OSI Approved :: MIT License" ,
24
25
" Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments