Skip to content

Commit

Permalink
version 20241201.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Dec 2, 2024
1 parent 9a92f7e commit e471a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "20241111.2"
__version__ = "20241201.1""

from .base import DAL
from .helpers.classes import SQLCustomType
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pydal"
version = "20241111.2"
version = "20241201.1"
authors = [{ name="Massimo Di Pierro", email="[email protected]" },]
description = 'pyDAL is a Database Abstraction Layer. It generates queries for SQlite, PotsgreSQL, MySQL, and other backends. It was originally part of the web2py frameworks but it is now an independent project. Example: db.define_table("thing",Field("name")) and db.thing.insert(name="Pizza")'
readme = "README.md"
Expand Down

0 comments on commit e471a24

Please sign in to comment.