Skip to content

Commit e73a9a2

Browse files
committed
version 1.20250607.2, upgrades pydal to 20250607.2
1 parent f59a175 commit e73a9a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py4web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Massimo Di Pierro <[email protected]>"
44
__license__ = "BSD-3-Clause"
5-
__version__ = "1.20250607.1"
5+
__version__ = "1.20250607.2"
66

77

88
def _maybe_gevent():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"pluralize >= 20240515.1",
2727
"rocket3 >= 20241225.1",
2828
"yatl >= 20230507.3",
29-
"pydal >= 20250607.1",
29+
"pydal >= 20250607.2",
3030
"watchgod >= 0.6",
3131
]
3232

0 commit comments

Comments
 (0)