Skip to content

Commit

Permalink
Merge branch 'release/0.9.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseto committed Jul 30, 2015
2 parents 1794be3 + 8913c89 commit d470e73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
ChangeLog
*********

0.9.0 (2015-07-29)
==================

- Web view links are included in the extra field when available
- Add many a test for moving and copying, tasks and endpoints
- Allow OsfStorage tasks to be disabled by adding including archive: false

0.8.0 (2015-07-14)
==================

Expand Down
2 changes: 1 addition & 1 deletion waterbutler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.8.8'
__version__ = '0.9.0'
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit d470e73

Please sign in to comment.