Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklinke committed Aug 15, 2024
1 parent 0fb7296 commit 9305529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"_output_dir": "/home/watervize/omenapps_packages",
"_template": "./cookiecutter-django-package/",
"author": "Jack Linke",
"copyright_year": "2023",
"copyright_year": "2024",
"development_status": "Development Status :: 1 - Planning",
"docker_compose_python_version": "3.11",
"email": "jacklinke@gmail.com",
Expand Down
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "django-tenant-options"
version = "2023.10.1"
version = "2024.8.1"
description = "Flexible and Extensible Lists of Options for Django"
authors = ["Jack Linke <jacklinke@gmail.com>"]
license = "MIT"
Expand All @@ -16,11 +16,10 @@ packages = [{ include = "django_tenant_options", from = "src" }]
classifiers = [
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Development Status :: 1 - Planning",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Development Status :: 3 - Alpha",
]

[tool.poetry.urls]
Expand Down

0 comments on commit 9305529

Please sign in to comment.