diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbb3393e757e4c826b58d74713c58ae82cddc14..a42f04af579f159f4302a64049db90b85c5327f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.0.1 - TBD +## 1.0.1 - 2019-12-12 * Fix issue when reading a large file that exceeds 65KB and raises `STATUS_END_OF_FILE`. * Fix issue where `listdir`, `scandir`, `walk` would only enumerate a subset of entries in a directories with lots of sub files/folders diff --git a/setup.py b/setup.py index e97aba6237f7128820bb34627a08ddcd5a09ab9a..ac757b1f06925413a15ae6fc41be47cb148e42ed 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ except ImportError: setup( name='smbprotocol', - version='1.0.0.dev0', + version='1.0.1', packages=['smbclient', 'smbprotocol'], install_requires=[ 'cryptography>=2.0',