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

Commit

Permalink
Bump 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed May 3, 2018
1 parent b73e76d commit d784515
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions jobs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

1.3.1 (2018-05-03)
------------------

- fetch_listing by locale in lambda should retry on 404, fixes #424 (#449)

- small fix for make-release script



1.3.0 (2018-05-03)
------------------

Expand Down
2 changes: 1 addition & 1 deletion jobs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read_file(filename):

setup(
name='buildhub',
version='1.3.0',
version='1.3.1',
description='Buildhub Python libraries.',
long_description="{}\n\n{}\n\n{}".format(README, CHANGELOG, CONTRIBUTORS),
license='MPL 2.0',
Expand Down

0 comments on commit d784515

Please sign in to comment.