From d97b1aee1cc908eeef2793147f76d6c16e5a304e Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Wed, 4 Dec 2024 21:52:51 -0800 Subject: [PATCH] version 1.20241204.1 --- py4web/__init__.py | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/py4web/__init__.py b/py4web/__init__.py index 52e2b5c4..ada54037 100644 --- a/py4web/__init__.py +++ b/py4web/__init__.py @@ -2,7 +2,7 @@ __author__ = "Massimo Di Pierro " __license__ = "BSD-3-Clause" -__version__ = "1.20241019.1" +__version__ = "1.20241204.1" def _maybe_gevent(): diff --git a/pyproject.toml b/pyproject.toml index ebed4fa8..14baf0b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "py4web" -version = "1.20241019.1" +version = "1.20241204.1" authors = [{ name="Massimo Di Pierro", email="massimo.dipierro@gmail.com" },] description = "A fast, stable, comprehensive web framework" readme = "README.rst" diff --git a/requirements.txt b/requirements.txt index a2870c02..ab2e4dc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pycryptodome pluralize >= 20240515.1 rocket3 >= 20241201.1 yatl >= 20230507.3 -pydal >= 20241201.2 +pydal >= 20241204.1 watchgod >= 0.6 # optional modules: