Skip to content

Commit

Permalink
version 20241111.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Nov 12, 2024
1 parent 1745d3b commit 7f5fd21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ pyDAL supports the following databases:
* SAPDB
* IMAP
* MongoDB
* Google Firestore

## License

Expand Down
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.1"
__version__ = "20241111.2"

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.1"
version = "20241111.2"
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 7f5fd21

Please sign in to comment.