File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 5353# The short X.Y version.
5454version = '2.2'
5555# The full version, including alpha/beta/rc tags.
56- release = '2.2.1 '
56+ release = '2.2.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.2.2
5+ -----
6+
7+ This is another in a series of bug fix releases for Bodhi this week. In this release, we've fixed
8+ the following issues:
9+
10+ * Disallow comment text to be set to the NULL value in the database
11+ (`#949 <https://github.com/fedora-infra/bodhi/issues/949 >`_).
12+ * Fix autopush on updates that predate the 2.2.0 release
13+ (`#950 <https://github.com/fedora-infra/bodhi/issues/950 >`_).
14+ * Don't wait on mashes when there aren't any
15+ (`68de510c <https://github.com/fedora-infra/bodhi/commit/68de510c >`_).
16+
17+
4182.2.1
519-----
620
Original file line number Diff line number Diff line change 1717here = os .path .abspath (os .path .dirname (__file__ ))
1818README = open (os .path .join (here , 'README.rst' )).read ()
1919CHANGES = open (os .path .join (here , 'CHANGES.txt' )).read ()
20- VERSION = '2.2.1 '
20+ VERSION = '2.2.2 '
2121
2222server_requires = [
2323 'pyramid' ,
You can’t perform that action at this time.
0 commit comments