Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
peircej committed Feb 13, 2017
1 parent acb6ba9 commit 7cf9247
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion pyosf/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
==============

1.0.5
----------

- more robust sync: no longer assuming that the upload was successful
- also using a simpler upload if file size is small and only using chunks
for larger files

1.0.4
----------

Expand All @@ -13,7 +20,7 @@ Changelog
use in menu entries)
- pyosf.Project doesn't connect to the osf online project until actually needed
- Fixed progress updating for threaded uploads

1.0.2
----------

Expand Down
2 changes: 1 addition & 1 deletion pyosf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.4'
__version__ = '1.0.5'
__license__ = 'MIT'
__author__ = 'Jonathan Peirce'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 7cf9247

Please sign in to comment.