Skip to content

Commit 9ae4207

Browse files
committed
version bump
1 parent 11c7a74 commit 9ae4207

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django_project_base/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "django project base"
2-
__version__ = "0.81.10"
2+
__version__ = "0.81.11"
33
default_app_config = "django_project_base.apps.DjangoProjectBaseConfig"
44

55
VERSION = __version__

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@velis/django_project_base",
3-
"version": "0.81.10",
3+
"version": "0.81.11",
44
"private": false,
55
"type": "module",
66
"license": "Proprietary",

pyproject.toml

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

55
[project]
66
name = "django-project-base"
7-
version = "0.81.10"
7+
version = "0.81.11"
88
description = "Everything revolves around it: users, roles, permissions, tags, etc."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)