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.3'
5555# The full version, including alpha/beta/rc tags.
56- release = '2.3.2 '
56+ release = '2.3.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.3.3
5+ -----
6+
7+ Bodhi 2.3.3 converts koji auth to be done with krb5 and fixes one bug:
8+
9+ * Use krb5 for koji
10+ (`#1129 <https://github.com/fedora-infra/bodhi/pull/1129 >`_).
11+ * Disable caching koji sessions during mashing process
12+ (`#1134 <https://github.com/fedora-infra/bodhi/pull/1134 >`_).
13+
14+
15+ Thanks to Patrick Uiterwijk for contributing both of these commits!
16+
17+
4182.3.2
519-----
620
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.2 '
19+ VERSION = '2.3.3 '
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