Skip to content

Commit

Permalink
Release v0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed May 28, 2015
1 parent 50364d1 commit 29ac1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


vx.x.x (xxxx-xx-xx)
v0.1.0 (2015-05-28)
-------------------

- Add ``HashFS.get()`` method for retrieving a reader object given a file digest or path.
Expand Down
2 changes: 1 addition & 1 deletion hashfs/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__summary__ = 'A content-addressable file management system.'
__url__ = 'https://github.com/dgilland/hashfs'

__version__ = '0.0.1'
__version__ = '0.1.0'

__install_requires__ = []
__tests_require__ = ['tox']
Expand Down

0 comments on commit 29ac1b6

Please sign in to comment.