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 #280 from mozilla-services/prepare-0.5.0
Browse files Browse the repository at this point in the history
Preparing release 0.5.0
  • Loading branch information
leplatrem authored Oct 10, 2017
2 parents 854edc1 + fecd863 commit d40b36a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 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.

0.5.0 (unreleased)
0.5.0 (2017-10-10)
------------------

- Skip incomplete records ­- ie. without build id
Expand Down
6 changes: 3 additions & 3 deletions jobs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiobotocore==0.4.5
aiohttp==2.2.5
async-timeout==1.4.0
async-timeout==2.0.0
backoff==1.4.3
botocore==1.7.5
certifi==2017.7.27.1
Expand All @@ -9,7 +9,7 @@ docutils==0.14
idna==2.6
jmespath==0.9.3
kinto-http==9.0.1
kinto-wizard==2.2.0
kinto-wizard==2.3.0
multidict==3.2.0
packaging==16.8
pyparsing==2.2.0
Expand All @@ -21,4 +21,4 @@ six==1.11.0
Unidecode==0.4.21
urllib3==1.22
wrapt==1.10.11
yarl==0.12.0
yarl==0.13.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='0.5.0.dev0',
version='0.5.0',
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 d40b36a

Please sign in to comment.