We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 927d3ae + fb4277c commit 677d4a2Copy full SHA for 677d4a2
django_typer/__init__.py
@@ -47,7 +47,7 @@
47
model_parser_completer, # noqa: F401
48
)
49
50
-VERSION = (2, 1, 0)
+VERSION = (2, 1, 1)
51
52
__title__ = "Django Typer"
53
__version__ = ".".join(str(i) for i in VERSION)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-typer"
3
-version = "2.1.0"
+version = "2.1.1"
4
description = "Use Typer to define the CLI for your Django management commands."
5
authors = ["Brian Kohan <bckohan@gmail.com>"]
6
license = "MIT"
0 commit comments