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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed May 3, 2018
1 parent 71f34fd commit 239639e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions jobs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

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

- optimize fetch_existing, fixes #447 #445 #446 (#448)

- in lambda, fetch_listing with retry_on_notfound, fixes #424 (#442)

- Use ciso8601 to parse CSV dates, fixes #443 (#444)

- Fix readthedocs fixes 438 (#440)

- add link to Datadog dashboard

- fix for bad check_output in script



1.2.1 (2018-04-27)
------------------

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.2.1',
version='1.3.0',
description='Buildhub Python libraries.',
long_description="{}\n\n{}\n\n{}".format(README, CHANGELOG, CONTRIBUTORS),
license='MPL 2.0',
Expand Down

0 comments on commit 239639e

Please sign in to comment.