Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #332 from mozilla-services/prepare-1.1.3
Browse files Browse the repository at this point in the history
Prepare 1.1.3
  • Loading branch information
leplatrem authored Feb 2, 2018
2 parents 000cca2 + 02369ae commit fdbdfd3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
10 changes: 9 additions & 1 deletion jobs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
------------------
Expand Down
16 changes: 8 additions & 8 deletions jobs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion jobs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit fdbdfd3

Please sign in to comment.