Skip to content

Commit 52960b3

Browse files
committed
Release v5.1.0
1 parent 89ee914 commit 52960b3

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Change History
33
==============
44

55

6+
5.1.0 (2023-03-14)
7+
------------------
8+
9+
Improvements:
10+
11+
- Support `LiteralString`_.
12+
13+
.. _`LiteralString`: https://docs.python.org/3/library/typing.html#typing.LiteralString
14+
15+
616
5.0.0 (2022-08-11)
717
------------------
818

README-dist.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ Change History
106106
==============
107107

108108

109+
5.1.0 (2023-03-14)
110+
------------------
111+
112+
Improvements:
113+
114+
- Support `LiteralString`_.
115+
116+
.. _`LiteralString`: https://docs.python.org/3/library/typing.html#typing.LiteralString
117+
118+
109119
5.0.0 (2022-08-11)
110120
------------------
111121

sqlparams/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"sergey-shambir <https://github.com/sergey-shambir>",
1515
]
1616
__license__ = "MIT License"
17-
__version__ = "5.1.0.dev1"
17+
__version__ = "5.1.0"

0 commit comments

Comments
 (0)