Skip to content

Commit

Permalink
Preparing release 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhamgenomics committed Mar 24, 2017
1 parent 191f4e6 commit f30618b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Changelog for EGCG-Core
===========================

0.6.9 (unreleased)
0.6.9 (2017-03-24)
------------------

- Nothing changed yet.

- Enforced the usage of `log_cfg.set_log_level()` rather than modifying `log_cfg.log_level`
- More error reporting in archive_management
- Removed unused Executor file path validation
- Added 204 to Communicator.successful_statuses
- Fixed a bug where `If-Match` was not passed to Communicator._req when using token auth
- Updated `asana` to 0.6.2

0.6.8 (2017-03-15)
------------------
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.6.9.dev0'
version = '0.6.9'

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

0 comments on commit f30618b

Please sign in to comment.