Skip to content

Commit f82d3f3

Browse files
committed
Set the version to 2.3.3 and add release notes.
1 parent 1ce15e8 commit f82d3f3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.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.

docs/release_notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release 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+
418
2.3.2
519
-----
620

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.2'
19+
VERSION = '2.3.3'
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)