Skip to content

Commit

Permalink
Release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Aug 18, 2024
1 parent 9c791e1 commit 34076d4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ Change History
==============


6.1.0 (TBD)
6.1.0 (2024-08-17)
------------------

New features:

- `Issue #11`_/`Pull #12`_: Support Oracle named parameters enclosed in double quotes (style `named_oracle`).

Improvements:

- Support Python 3.13.

.. _`Issue #11`: https://github.com/cpburnz/python-sqlparams/issues/11
.. _`Pull #12`: https://github.com/cpburnz/python-sqlparams/pull/12
Expand Down
15 changes: 15 additions & 0 deletions README-dist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,21 @@ Change History
==============


6.1.0 (2024-08-17)
------------------

New features:

- `Issue #11`_/`Pull #12`_: Support Oracle named parameters enclosed in double quotes (style `named_oracle`).

Improvements:

- Support Python 3.13.

.. _`Issue #11`: https://github.com/cpburnz/python-sqlparams/issues/11
.. _`Pull #12`: https://github.com/cpburnz/python-sqlparams/pull/12


6.0.1 (2023-12-09)
------------------

Expand Down
5 changes: 3 additions & 2 deletions sqlparams/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__author__ = "Caleb P. Burns"
__copyright__ = "Copyright © 2012-2023 by Caleb P. Burns"
__copyright__ = "Copyright © 2012-2024 by Caleb P. Burns"
__credits__ = [
"khomyakov42 <https://github.com/khomyakov42>",
"pedermoller <https://github.com/pedermoller>",
Expand All @@ -12,6 +12,7 @@
"kesmit13 <https://github.com/kesmit13>",
"Cnoor0171 <https://github.com/Cnoor0171>",
"sergey-shambir <https://github.com/sergey-shambir>",
"dedabob <https://github.com/dedabob>",
]
__license__ = "MIT License"
__version__ = "6.0.1"
__version__ = "6.1.0"

0 comments on commit 34076d4

Please sign in to comment.