Files
patroni/patroni/version.py
T
688c85389c Release v3.2.2 (#3007)
- 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]>
2024-01-17 08:31:08 +01:00

6 lines
128 B
Python

"""This module specifies the current Patroni version.
:var __version__: the current Patroni version.
"""
__version__ = '3.2.2'