mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-31 08:39:34 +00:00
- update release notes - bump Patroni version - bump pyright version and fix reported issues - improve compatibility with legacy psycopg2 Co-authored-by: Polina Bungina <[email protected]>
6 lines
128 B
Python
6 lines
128 B
Python
"""This module specifies the current Patroni version.
|
|
|
|
:var __version__: the current Patroni version.
|
|
"""
|
|
__version__ = '3.2.2'
|