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

Commit

Permalink
Bump v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 22, 2018
1 parent 0fa1fc0 commit 2e82813
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 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.5 (unreleased)
1.1.5 (2018-02-22)
------------------

**Bug fixes**
Expand All @@ -20,6 +20,7 @@ This document describes changes between each past release.
manifests (ref https://bugzilla.mozilla.org/show_bug.cgi?id=1437931)
- Retry requests on ``409 Conflict``


1.1.3 (2018-02-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion jobs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ six==1.11.0
Unidecode==1.0.22
urllib3==1.22
wrapt==1.10.11
yarl==1.1.0
yarl==1.1.1
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.5.dev0',
version='1.1.5',
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 2e82813

Please sign in to comment.