Skip to content

Commit

Permalink
Prepare the 3.11.3 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
(cherry picked from commit 3dfe12f)
  • Loading branch information
bowlofeggs authored and mergify[bot] committed Dec 5, 2018
1 parent ebdef65 commit b5e8faf
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
27 changes: 27 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b5e8faf

Please sign in to comment.