diff --git a/docs/conf.py b/docs/conf.py index cd218b1b53..58ad2a8644 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ # The short X.Y version. version = '3.11' # The full version, including alpha/beta/rc tags. -release = '3.11.2' +release = '3.11.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/user/release_notes.rst b/docs/user/release_notes.rst index 0ee38bbe36..7c1badeb1c 100644 --- a/docs/user/release_notes.rst +++ b/docs/user/release_notes.rst @@ -2,6 +2,33 @@ Release notes ============= +v3.11.3 +------- + +This is a bugfix release. + + +Server upgrade instructions +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +No special actions are needed when applying this update. + + +Bug fixes +^^^^^^^^^ + +* Correctly handle multiple builds with the search form in the new update JavaScript web UI code + (:issue:`2791`). + + +Contributors +^^^^^^^^^^^^ + +The following developers contributed to Bodhi 3.11.3: + +* Mattia Verga + + v3.11.2 ------- diff --git a/setup.py b/setup.py index 12ea1e64d2..b4396636a4 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def get_requirements(requirements_file='requirements.txt'): here = os.path.abspath(os.path.dirname(__file__)) README = open(os.path.join(here, 'README.rst')).read() -VERSION = '3.11.2' +VERSION = '3.11.3' # Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable',