Files
patroni/patroni/version.py
T
Alexander KukushkinandGitHub 84aac437c1 Release v3.1.0 (#2801)
- bump pyright and resolve reported issues
- bump Patroni version
- update release notes
2023-08-03 13:02:29 +02:00

6 lines
128 B
Python

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