File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,16 @@ Change History
3
3
==============
4
4
5
5
6
- 6.1.0 (TBD )
6
+ 6.1.0 (2024-08-17 )
7
7
------------------
8
8
9
9
New features:
10
10
11
11
- `Issue #11 `_/`Pull #12 `_: Support Oracle named parameters enclosed in double quotes (style `named_oracle `).
12
12
13
+ Improvements:
14
+
15
+ - Support Python 3.13.
13
16
14
17
.. _`Issue #11` : https://github.com/cpburnz/python-sqlparams/issues/11
15
18
.. _`Pull #12` : https://github.com/cpburnz/python-sqlparams/pull/12
Original file line number Diff line number Diff line change @@ -106,6 +106,21 @@ Change History
106
106
==============
107
107
108
108
109
+ 6.1.0 (2024-08-17)
110
+ ------------------
111
+
112
+ New features:
113
+
114
+ - `Issue #11 `_/`Pull #12 `_: Support Oracle named parameters enclosed in double quotes (style `named_oracle `).
115
+
116
+ Improvements:
117
+
118
+ - Support Python 3.13.
119
+
120
+ .. _`Issue #11` : https://github.com/cpburnz/python-sqlparams/issues/11
121
+ .. _`Pull #12` : https://github.com/cpburnz/python-sqlparams/pull/12
122
+
123
+
109
124
6.0.1 (2023-12-09)
110
125
------------------
111
126
Original file line number Diff line number Diff line change 3
3
"""
4
4
5
5
__author__ = "Caleb P. Burns"
6
- __copyright__ = "Copyright © 2012-2023 by Caleb P. Burns"
6
+ __copyright__ = "Copyright © 2012-2024 by Caleb P. Burns"
7
7
__credits__ = [
8
8
"khomyakov42 <https://github.com/khomyakov42>" ,
9
9
"pedermoller <https://github.com/pedermoller>" ,
12
12
"kesmit13 <https://github.com/kesmit13>" ,
13
13
"Cnoor0171 <https://github.com/Cnoor0171>" ,
14
14
"sergey-shambir <https://github.com/sergey-shambir>" ,
15
+ "dedabob <https://github.com/dedabob>" ,
15
16
]
16
17
__license__ = "MIT License"
17
- __version__ = "6.0.1 "
18
+ __version__ = "6.1.0 "
You can’t perform that action at this time.
0 commit comments