Skip to content

Commit

Permalink
Write release notes for 2.11.0 and bump the version.
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <[email protected]>
  • Loading branch information
bowlofeggs committed Sep 18, 2017
1 parent 56131f4 commit ec14cac
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '2.10'
version = '2.11'
# The full version, including alpha/beta/rc tags.
release = '2.10.1'
release = '2.11.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
43 changes: 43 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
Release notes
=============

2.11.0
------

Features
^^^^^^^^

* Bodhi now batches non-urgent updates together for less frequent churn. There is a new
``bodhi-dequeue-stable`` CLI that is intended be added to cron that looks for batched updates and
moves them to stable
(`#1157 <https://github.com/fedora-infra/bodhi/issues/1157>`_).


Bugs
^^^^

* Improved bugtracker linking in markdown input
(`#1406 <https://github.com/fedora-infra/bodhi/issues/1406>`_).
* Don't disable autopush when the update is already requested for stable
(`#1570 <https://github.com/fedora-infra/bodhi/issues/1570>`_).
* There is now a timeout on fetching results from ResultsDB in the backend
(`#1597 <https://github.com/fedora-infra/bodhi/issues/1597>`_).
* Critical path updates now have positive days_to_stable and will only comment about pushing to
stable when appropriate
(`#1708 <https://github.com/fedora-infra/bodhi/issues/1708>`_).


Development improvements
^^^^^^^^^^^^^^^^^^^^^^^^

* More docblocks have been written.


Release contributors
^^^^^^^^^^^^^^^^^^^^

The following developers contributed to Bodhi 2.11.0:

* Caleigh Runge-Hottman
* Ryan Lerch
* Rimsha Khan
* Randy Barlow


2.10.1
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_requirements(requirements_file='requirements.txt'):

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
VERSION = '2.10.1'
VERSION = '2.11.0'
# Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit ec14cac

Please sign in to comment.