Skip to content

Commit cd93927

Browse files
committed
Write release notes for 2.3.2.
1 parent 2c2b19d commit cd93927

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '2.3'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.3.1'
56+
release = '2.3.2'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

docs/release_notes.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
Release notes
22
=============
33

4+
2.3.2
5+
-----
6+
7+
Bodhi 2.3.2 is a bugfix release that addresses the following issues:
8+
9+
* ``push.py`` now defaults to the current releases
10+
(`#1071 <https://github.com/fedora-infra/bodhi/issues/1071>`_).
11+
* Fixed a typo in the masher in sending an ostree compose message
12+
(`#1072 <https://github.com/fedora-infra/bodhi/pull/1072>`_).
13+
* Fixed a typo in looking up an e-mail template
14+
(`#1073 <https://github.com/fedora-infra/bodhi/issues/1073>`_).
15+
* The fedmsg name is now passed explicitly
16+
(`#1079 <https://github.com/fedora-infra/bodhi/pull/1079>`_).
17+
* The man page was corrected to state that builds should be comma separated
18+
(`#1095 <https://github.com/fedora-infra/bodhi/pull/1095>`_).
19+
* Fixed a race condition between robosignatory and the signed handler
20+
(`#1111 <https://github.com/fedora-infra/bodhi/issues/1111>`_).
21+
* Fix querying the updates for resumption in ``push.py``
22+
(`e7cb3f13 <https://github.com/fedora-infra/bodhi/commit/e7cb3f13>`_).
23+
* ``push.py`` now prompts for the username if not given
24+
(`abeca57e <https://github.com/fedora-infra/bodhi/commit/abeca57e>`_).
25+
26+
27+
Release contributors
28+
^^^^^^^^^^^^^^^^^^^^
29+
30+
The following contributors authored patches for 2.3.2:
31+
32+
* Patrick Uiterwijk
33+
* Randy Barlow
34+
35+
436
2.3.1
537
-----
638

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
here = os.path.abspath(os.path.dirname(__file__))
1818
README = open(os.path.join(here, 'README.rst')).read()
19-
VERSION = '2.3.1'
19+
VERSION = '2.3.2'
2020
# Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers
2121
CLASSIFIERS = [
2222
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)