Files
patroni/patroni/version.py
T
Polina BunginaandGitHub fb0fcc859a Release v4.0.4 (#3221)
* Release v4.0.4

- Increase version
- Use latest pyright
- Add RNs
2024-11-22 14:29:59 +01:00

6 lines
128 B
Python

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