Skip to content

Commit

Permalink
Prepare the 3.12.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
(cherry picked from commit ad06794)
  • Loading branch information
bowlofeggs committed Dec 17, 2018
1 parent a35a93c commit ee1f4fc
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '3.11'
version = '3.12'
# The full version, including alpha/beta/rc tags.
release = '3.11.3'
release = '3.12.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
30 changes: 30 additions & 0 deletions docs/user/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@
Release notes
=============

v3.12.0
-------

This is a small feature release.


Server upgrade instructions
^^^^^^^^^^^^^^^^^^^^^^^^^^^

No special actions are needed when applying this update.


Features
^^^^^^^^

* Add a new ``bugzilla_api_key`` setting so that Bodhi can authenticate with an API key instead of
a username and password. It is hoped that this will solve an issue Bodhi has been experiencing
with Red Hat's Bugzilla instance since it upgraded to version 5, where Bodhi is often told it
needs to log in to Bugzilla when making changes to issues (:issue:`2827`).
* Logging around Bodhi's use of the Bugzilla API is expanded (:issue:`2831`).


Contributors
^^^^^^^^^^^^

The following developers contributed to Bodhi 3.12.0:

* Randy Barlow


v3.11.3
-------

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.3'
VERSION = '3.12.0'
# Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit ee1f4fc

Please sign in to comment.