Skip to content

Commit 9cb2c11

Browse files
committed
Write 2.2.2 release notes and set the version.
1 parent a8843a7 commit 9cb2c11

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

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.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+
418
2.2.1
519
-----
620

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.1'
20+
VERSION = '2.2.2'
2121

2222
server_requires = [
2323
'pyramid',

0 commit comments

Comments
 (0)