Skip to content

Commit

Permalink
Merge branch 'hotfix/0.36.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Dec 20, 2017
2 parents 4f3014b + d252d2d commit 070f629
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
ChangeLog
*********

0.36.2 (2017-12-20)
===================
- Feature: Log osfstorage parity file metadata back to the OSF after upload.

0.36.1 (2017-12-11)
===================
- Fix: Update OneDrive metadata to report the correct materialized name.
Expand Down Expand Up @@ -53,7 +57,7 @@ This bypasses the 10 second wait for shutdown when running it in Docker.

0.33.1 (2017-09-05)
===================
- Reject requests for Box IDs if the ID is valid, but the file or folder is outside of the
- Fix: Reject requests for Box IDs if the ID is valid, but the file or folder is outside of the
project root. (thanks, @AddisonSchiller!)

0.33.0 (2017-08-09)
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.36.1'
__version__ = '0.36.2'
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit 070f629

Please sign in to comment.