Skip to content

Commit

Permalink
Write release notes for 2.12.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
  • Loading branch information
bowlofeggs committed Oct 11, 2017
1 parent eb88f98 commit a95bba4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2.12'
# The full version, including alpha/beta/rc tags.
release = '2.12.0'
release = '2.12.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
19 changes: 19 additions & 0 deletions docs/release_notes.rst
Expand Up @@ -30,6 +30,25 @@ Development improvements
(`#1777 <https://github.com/fedora-infra/bodhi/pull/1777>`_).


2.12.1
------

Bugs
^^^^

* Use separate directories to clone the comps repositories
(`#1885 <https://github.com/fedora-infra/bodhi/pull/1885>`_).


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

The following developers contributed to Bodhi 2.12.1:

* Patrick Uiterwijk
* Randy Barlow


2.12.0
------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
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.12.0'
VERSION = '2.12.1'
# Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit a95bba4

Please sign in to comment.