Release 3.0.1 (#2561)

* Bump version
* Update release notes
* Return 3.6 to supported versions in setup.py
This commit is contained in:
Polina Bungina
2023-02-16 08:51:47 +01:00
committed by GitHub
parent b85f155dbe
commit 422047f105
3 changed files with 12 additions and 1 deletions
+10
View File
@@ -3,6 +3,16 @@
Release notes
=============
Version 3.0.1
-------------
**Bugfixes**
- Pass proper role name to an ``on_role_change`` callback script'. (Alexander Kukushkin, Polina Bungina)
Patroni used to erroneously pass ``promoted`` role to an ``on_role_change`` callback script on promotion. The passed role name changed back to ``master``. This regression was introduced in 3.0.0.
Version 3.0.0
-------------
+1 -1
View File
@@ -1 +1 @@
__version__ = '3.0.0'
__version__ = '3.0.1'
+1
View File
@@ -42,6 +42,7 @@ CLASSIFIERS = [
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',