Skip to content
Snippets Groups Projects
Unverified Commit 2e82ad45 authored by Jordan Borean's avatar Jordan Borean
Browse files

Prepare 1.0.1 release

parent 26b42e28
No related branches found
No related tags found
No related merge requests found
# 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
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment