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

Prepare for v1.8.3 release

parent a6c8a2f0
Branches
Tags
No related merge requests found
# Changelog # Changelog
## 1.8.3 - TBD ## 1.8.3 - 2021-11-19
* Set `additional_information` field in `SMB2SetInfoRequest` to a flags field rather than a single enum as per protocol docs * Set `additional_information` field in `SMB2SetInfoRequest` to a flags field rather than a single enum as per protocol docs
......
...@@ -18,7 +18,7 @@ with open(abs_path('README.md'), mode='rb') as fd: ...@@ -18,7 +18,7 @@ with open(abs_path('README.md'), mode='rb') as fd:
setup( setup(
name='smbprotocol', name='smbprotocol',
version='1.8.2', version='1.8.3',
packages=['smbclient', 'smbprotocol'], packages=['smbclient', 'smbprotocol'],
install_requires=[ install_requires=[
'cryptography>=2.0', 'cryptography>=2.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment