Skip to content

Commit 404b0f4

Browse files
committed
Version bump
1 parent 23972e0 commit 404b0f4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=============
44

5+
v4.6 (2023-12-30)
6+
7+
- Added exclude
8+
- Added __gt __gte __lt __lte __like __in __isnull __between
9+
10+
----------------------
11+
512
v4.1 (2023-07-24)
613
----------------------
714

setup.py

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

33
setup(
44
name='Flask-SQL-Pro',
5-
version='4.5',
5+
version='4.6',
66
description='Based on Flask-SQLAlchemy, extract SQL statements, use Jinja2 syntax to achieve dynamic SQL, support contextual transactions, support paging',
77
long_description=open('README.rst').read(),
88
author='miaokela',

0 commit comments

Comments
 (0)