Skip to content

Commit

Permalink
Update version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Wright committed Oct 20, 2013
1 parent 7622f30 commit 6ca35e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.1, 10/5/2012 -- Initial release.
v0.2, 21/09/2013 -- Initial public labs release.
v0.2.1, 20/10/2013 -- Bug fix release
v0.2.2, 20/10/2013 -- Fix Debian/python2.6 issues
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='SizeFS',
version='0.2.0',
version='0.2.2',
author='Mark McArdle',
author_email='[email protected]',
packages=['sizefs', 'tests'],
Expand Down
2 changes: 1 addition & 1 deletion sizefs/sizefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class SizeFSLogging(LoggingMixIn, SizeFS):
"""

if __name__ == '__main__':
arguments = docopt(__doc__, version='SizeFS 0.2.0')
arguments = docopt(__doc__, version='SizeFS 0.2.2')
mount_point = arguments['<mount_point>']
debug = arguments['--debug']
if os.path.exists(mount_point):
Expand Down

0 comments on commit 6ca35e5

Please sign in to comment.