Skip to content

Commit 1efaf2b

Browse files
committed
next version
1 parent 3d50044 commit 1efaf2b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,7 @@
9898

9999
* Added utils.open_atomic_write
100100

101+
0.5.3:
102+
103+
104+

fs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
"""
1717

18-
__version__ = "0.5.2"
18+
__version__ = "0.5.3a0"
1919
__author__ = "Will McGugan (will@willmcgugan.com)"
2020

2121
# provide these by default so people can use 'fs.path.basename' etc.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
PY3 = sys.version_info >= (3,)
66

7-
VERSION = "0.5.2"
7+
VERSION = "0.5.3a0"
88

99
COMMANDS = ['fscat',
1010
'fsinfo',

0 commit comments

Comments
 (0)