Skip to content

Commit 3d50044

Browse files
committed
version bump
1 parent dd541bc commit 3d50044

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
@@ -94,3 +94,7 @@
9494
* Fixed a hang bug in readline
9595
* Added copydir_progress to fs.utils
9696

97+
0.5.2:
98+
99+
* Added utils.open_atomic_write
100+

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.1"
18+
__version__ = "0.5.2"
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.1"
7+
VERSION = "0.5.2"
88

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

0 commit comments

Comments
 (0)