File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff 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+
6165.0.0 (2022-08-11)
717------------------
818
Original file line number Diff line number Diff 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+
1091195.0.0 (2022-08-11)
110120------------------
111121
Original file line number Diff line number Diff line change 1414 "sergey-shambir <https://github.com/sergey-shambir>" ,
1515]
1616__license__ = "MIT License"
17- __version__ = "5.1.0.dev1 "
17+ __version__ = "5.1.0"
You can’t perform that action at this time.
0 commit comments