Skip to content

Commit 9305529

Browse files
committed
Update version
1 parent 0fb7296 commit 9305529

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_output_dir": "/home/watervize/omenapps_packages",
33
"_template": "./cookiecutter-django-package/",
44
"author": "Jack Linke",
5-
"copyright_year": "2023",
5+
"copyright_year": "2024",
66
"development_status": "Development Status :: 1 - Planning",
77
"docker_compose_python_version": "3.11",
88
"email": "jacklinke@gmail.com",

pyproject.toml

Lines changed: 4 additions & 5 deletions
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-tenant-options"
7-
version = "2023.10.1"
7+
version = "2024.8.1"
88
description = "Flexible and Extensible Lists of Options for Django"
99
authors = ["Jack Linke <jacklinke@gmail.com>"]
1010
license = "MIT"
@@ -16,11 +16,10 @@ packages = [{ include = "django_tenant_options", from = "src" }]
1616
classifiers = [
1717
"Environment :: Web Environment",
1818
"Framework :: Django",
19-
"Framework :: Django :: 3.2",
20-
"Framework :: Django :: 4.0",
21-
"Framework :: Django :: 4.1",
2219
"Framework :: Django :: 4.2",
23-
"Development Status :: 1 - Planning",
20+
"Framework :: Django :: 5.0",
21+
"Framework :: Django :: 5.1",
22+
"Development Status :: 3 - Alpha",
2423
]
2524

2625
[tool.poetry.urls]

0 commit comments

Comments
 (0)