Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Bump to version relengapi-2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Apr 7, 2015
1 parent c1062ed commit a924731
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/relnotes/2.0.3.rst
@@ -0,0 +1,9 @@
relengapi-2.0.3
===============

This release fixes some minor operational issues.

* Log badpenny jobs more verbosely (#206)
* Require Flask-Login 0.2.11 in order to handle the 'Authorization' header correctly (#208)
* Ignore the celery result of badpenny tasks, since nothing is waiting for that result (#213)
* Optionally (``SQLALCHEMY_DB_LOG``) log DB queries (#212)
1 change: 1 addition & 0 deletions docs/relnotes/index.rst
Expand Up @@ -2,6 +2,7 @@ Release Notes
=============

.. toctree::
2.0.3
2.0.2
2.0.1
2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@

setup(
name='relengapi',
version='2.0.2',
version='2.0.3',
description='The code behind https://api.pub.build.mozilla.org',
author='Dustin J. Mitchell',
author_email='dustin@mozilla.com',
Expand Down

0 comments on commit a924731

Please sign in to comment.