Skip to content

Commit bb33af2

Browse files
committed
increment version number, date release
1 parent 9456d55 commit bb33af2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django_typer/__init__.py

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

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

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

doc/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Change Log
33
==========
44

5-
v2.3.0 (2024-10-xx)
5+
v2.3.0 (2024-10-13)
66
===================
77

88
* Fixed `Inheritance more than one level deep of TyperCommands does not work. <https://github.com/django-commons/django-typer/issues/131>`_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "django-typer"
7-
version = "2.2.2"
7+
version = "2.3.0"
88
description = "Use Typer to define the CLI for your Django management commands."
99
authors = [
1010
"Brian Kohan <[email protected]>",

0 commit comments

Comments
 (0)