Skip to content

Commit 067dc3d

Browse files
committed
Write release notes for 2.2.3.
1 parent 6b0f449 commit 067dc3d

File tree

3 files changed

+9
-2
lines changed

3 files changed

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

docs/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release 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+
411
2.2.2
512
-----
613

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
here = os.path.abspath(os.path.dirname(__file__))
1818
README = open(os.path.join(here, 'README.rst')).read()
1919
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
20-
VERSION = '2.2.2'
20+
VERSION = '2.2.3'
2121

2222
server_requires = [
2323
'pyramid',

0 commit comments

Comments
 (0)