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

Commit

Permalink
Bump 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Apr 27, 2018
1 parent 5bf2b32 commit 4ac8e8b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions jobs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
=========

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

- fix for subprocess

- document all configurations (#436)

- Use cloudwatch metrics for lambda 433 (#435)

- use decouple for env vars to be able to read from .env

- more default NB_RETRY_REQUEST, fixes #425 (#432)

- Tests shouldn't depend on the network, fixes #429 (#430)

- Skip based on date earlier, fixes #427 (#428)

- Make release script (#422)



1.2.0 (2018-04-23)
------------------

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.0',
version='1.2.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 4ac8e8b

Please sign in to comment.