Skip to content

Commit

Permalink
Prepare for the 3.13.2 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <[email protected]>
(cherry picked from commit bbd9f32)
  • Loading branch information
bowlofeggs committed Feb 19, 2019
1 parent c1edd7a commit 6a2b4e5
Show file tree
Hide file tree
Showing 3 changed files with 32 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.13'
# The full version, including alpha/beta/rc tags.
release = '3.13.1'
release = '3.13.2'

# 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.13.2
-------

This is a bugfix release.


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

This release contains database migrations. To apply them, run::

$ sudo -u apache /usr/bin/alembic -c /etc/bodhi/alembic.ini upgrade head


Bug fixes
^^^^^^^^^

* Allow the bugs.private database column to be ``NULL`` (:issue:`3024`).
* Remove misplaced variable in the update template (:issue:`3025`).


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

The following developers contributed to Bodhi 3.13.2:

* Aurélien Bompard
* Randy Barlow


v3.13.1
-------

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

0 comments on commit 6a2b4e5

Please sign in to comment.