Skip to content

Commit

Permalink
Preparing release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhamgenomics committed Sep 14, 2018
1 parent 573d48e commit b3b0ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Changelog for EGCG-Core
===========================

0.9 (unreleased)
0.9 (2018-09-14)
----------------

- Breaking change: removed `clarity.get_expected_yield_for_sample`
- Catching notification failures
- Added retries to `rest_communication`
- Added retries and multiprocessing lock to `rest_communication`
- Added log warnings to `util.find_file`
- Added `integration_testing` library and runner


0.8.2 (2018-05-28)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _translate_req(r):
req += '(%s)' % _version
return req

version = '0.9.dev0'
version = '0.9'

setup(
name='EGCG-Core',
Expand Down

0 comments on commit b3b0ce1

Please sign in to comment.