File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-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.2 '
56+ release = '2.2.3 '
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.3
5+ -----
6+
7+ This release fixes `#951 <https://github.com/fedora-infra/bodhi/issues/951 >`_, which prevented
8+ updates with large numbers of packages to be viewable in web browsers.
9+
10+
4112.2.2
512-----
613
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.2 '
20+ VERSION = '2.2.3 '
2121
2222server_requires = [
2323 'pyramid' ,
You can’t perform that action at this time.
0 commit comments