Skip to content

Commit 677d4a2

Browse files
authored
Merge pull request #92 from bckohan/v2.x.x
bump version to 2.1.1
2 parents 927d3ae + fb4277c commit 677d4a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_typer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
model_parser_completer, # noqa: F401
4848
)
4949

50-
VERSION = (2, 1, 0)
50+
VERSION = (2, 1, 1)
5151

5252
__title__ = "Django Typer"
5353
__version__ = ".".join(str(i) for i in VERSION)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-typer"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "Use Typer to define the CLI for your Django management commands."
55
authors = ["Brian Kohan <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)