Skip to content

Commit 090cfe3

Browse files
authored
Prepare for 1.8.0 release (#41)
1 parent 96c1153 commit 090cfe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "sqlalchemy-crud-plus"
33
description = "Asynchronous CRUD operation based on SQLAlchemy2 model"
4-
version = '1.5.0'
4+
version = '1.8.0'
55
authors = [
66
{ name = "Wu Clan", email = "jianhengwu0407@gmail.com" },
77
]

sqlalchemy_crud_plus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# -*- coding: utf-8 -*-
33
from .crud import CRUDPlus as CRUDPlus
44

5-
__version__ = '1.7.0'
5+
__version__ = '1.8.0'

0 commit comments

Comments
 (0)