File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed
Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 5353# The short X.Y version.
5454version = '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.
Original file line number Diff line number Diff line change 11Release 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+
4362.3.1
537-----
638
Original file line number Diff line number Diff line change 1616
1717here = os .path .abspath (os .path .dirname (__file__ ))
1818README = 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
2121CLASSIFIERS = [
2222 'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments