mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
- bump pyright and resolve reported issues - bump Patroni version - update release notes
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.1.0'
|