From a9247313bb8f18cb6fce8fa087de4ecd923c9a7c Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Tue, 7 Apr 2015 11:21:35 -0400 Subject: [PATCH] Bump to version relengapi-2.0.3 --- docs/relnotes/2.0.3.rst | 9 +++++++++ docs/relnotes/index.rst | 1 + setup.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/relnotes/2.0.3.rst diff --git a/docs/relnotes/2.0.3.rst b/docs/relnotes/2.0.3.rst new file mode 100644 index 00000000..318b4e6c --- /dev/null +++ b/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) diff --git a/docs/relnotes/index.rst b/docs/relnotes/index.rst index f03d22d3..47000a7e 100644 --- a/docs/relnotes/index.rst +++ b/docs/relnotes/index.rst @@ -2,6 +2,7 @@ Release Notes ============= .. toctree:: + 2.0.3 2.0.2 2.0.1 2.0.0 diff --git a/setup.py b/setup.py index fcf435a3..a63535a0 100644 --- a/setup.py +++ b/setup.py @@ -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',