Commit 9b689b6b by willmcgugan

Update for version and changelog

parent f37f20eb
...@@ -78,4 +78,5 @@ ...@@ -78,4 +78,5 @@
variants of listdir() and listdirinfo(). variants of listdir() and listdirinfo().
* Removed obsolete module fs.objectree; use fs.path.PathMap instead. * Removed obsolete module fs.objectree; use fs.path.PathMap instead.
* Added setcontents_async method to base * Added setcontents_async method to base
* Added `appdirfs` module to abstract per-user application directories
...@@ -15,7 +15,7 @@ implementations of this interface such as: ...@@ -15,7 +15,7 @@ implementations of this interface such as:
""" """
__version__ = "0.4.0a12" __version__ = "0.4.0b1"
__author__ = "Will McGugan (will@willmcgugan.com)" __author__ = "Will McGugan (will@willmcgugan.com)"
# 'base' imports * from 'path' and 'errors', so their # 'base' imports * from 'path' and 'errors', so their
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment