diff --git a/jobs/CHANGELOG.rst b/jobs/CHANGELOG.rst index bdaef208..ed151ad1 100644 --- a/jobs/CHANGELOG.rst +++ b/jobs/CHANGELOG.rst @@ -3,7 +3,7 @@ Changelog This document describes changes between each past release. -1.1.3 (unreleased) +1.1.3 (2018-02-02) ------------------ - Retry fetch JSON when status is not 200 (ref #327) @@ -12,6 +12,14 @@ This document describes changes between each past release. - Fix ordering of release candidates build folders (fixes #328) +**UI** + +- Use classic ISO format for publication date (fixes #320) +- Improve search placeholder (fixes #305) +- Better favicon (fixes #306) +- Add contribute.json endpoint (fixes #324) +- Add link to Kinto record (fixes #286) + 1.1.2 (2017-12-20) ------------------ diff --git a/jobs/requirements.txt b/jobs/requirements.txt index 69769e14..173e3412 100644 --- a/jobs/requirements.txt +++ b/jobs/requirements.txt @@ -1,24 +1,24 @@ -aiobotocore==0.4.5 +aiobotocore==0.5.2 aiohttp==2.3.0 async-timeout==2.0.0 backoff==1.4.3 -botocore==1.7.5 -certifi==2017.7.27.1 +botocore==1.7.40 +certifi==2018.1.18 chardet==3.0.4 docutils==0.14 idna==2.6 jmespath==0.9.3 kinto-http==9.0.1 kinto-wizard==2.3.0 -multidict==3.3.2 +multidict==4.1.0 packaging==16.8 pyparsing==2.2.0 python-dateutil==2.6.1 -raven==6.3.0 +raven==6.5.0 requests==2.18.4 -ruamel.yaml==0.15.34 +ruamel.yaml==0.15.35 six==1.11.0 -Unidecode==0.4.21 +Unidecode==1.0.22 urllib3==1.22 wrapt==1.10.11 -yarl==0.13.0 +yarl==1.1.0 diff --git a/jobs/setup.py b/jobs/setup.py index ea67c50d..3f16a64f 100644 --- a/jobs/setup.py +++ b/jobs/setup.py @@ -35,7 +35,7 @@ def read_file(filename): setup(name='buildhub', - version='1.1.2', + version='1.1.3', description='Buildhub Python libraries.', long_description="{}\n\n{}\n\n{}".format(README, CHANGELOG, CONTRIBUTORS), license='Apache License (2.0)',