We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c1153 commit 090cfe3Copy full SHA for 090cfe3
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "sqlalchemy-crud-plus"
3
description = "Asynchronous CRUD operation based on SQLAlchemy2 model"
4
-version = '1.5.0'
+version = '1.8.0'
5
authors = [
6
{ name = "Wu Clan", email = "[email protected]" },
7
]
sqlalchemy_crud_plus/__init__.py
@@ -2,4 +2,4 @@
# -*- coding: utf-8 -*-
from .crud import CRUDPlus as CRUDPlus
-__version__ = '1.7.0'
+__version__ = '1.8.0'
0 commit comments