Skip to content

Commit

Permalink
Version Bump and documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Johnston committed Apr 15, 2014
1 parent 3846669 commit e6fc9f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@ fs-dropbox
----------

File system for pyFilesystem which uses the dropbox API.



A Note About Caching
~~~~~~~~~~~~~~~~~~~~

This library has build in caching. There are times when you will want to disable
caching. A user can change the file on the remote server and our code/cache will
not be notified of the change. One example of where this is an issue is before
you read/download a file from the remote side if you are using cached meta info
to specify the download size.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

name = 'dropboxfs'
version = '0.3.3'
version = '0.4.0'
release = '0'
versrel = version + '-' + release
readme = os.path.join(os.path.dirname(__file__), 'README.rst')
Expand Down

0 comments on commit e6fc9f5

Please sign in to comment.