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

Prepare for v1.1.0 release

parent eb37d4c2
No related branches found
No related tags found
No related merge requests found
# Changelog
## 1.1.0 - TBD
## 1.1.0 - 2020-08-14
* Speed up logging statements for large messages like a read and write message
* Changed authentication dep to [pyspnego](https://github.com/jborean93/pyspnego) that handles all the authentication work
......
......@@ -18,7 +18,7 @@ with open(abs_path('README.md'), mode='rb') as fd:
setup(
name='smbprotocol',
version='1.1.0rc2',
version='1.1.0',
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