We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d50044 commit 1efaf2bCopy full SHA for 1efaf2b
3 files changed
CHANGES.txt
@@ -98,3 +98,7 @@
98
99
* Added utils.open_atomic_write
100
101
+0.5.3:
102
+
103
104
fs/__init__.py
@@ -15,7 +15,7 @@
15
16
"""
17
18
-__version__ = "0.5.2"
+__version__ = "0.5.3a0"
19
__author__ = "Will McGugan (will@willmcgugan.com)"
20
21
# provide these by default so people can use 'fs.path.basename' etc.
setup.py
@@ -4,7 +4,7 @@
4
import sys
5
PY3 = sys.version_info >= (3,)
6
7
-VERSION = "0.5.2"
+VERSION = "0.5.3a0"
8
9
COMMANDS = ['fscat',
10
'fsinfo',
0 commit comments