Skip to content

Commit

Permalink
Prepare for v1.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Nov 18, 2021
1 parent a6c8a2f commit 034bd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def abs_path(rel_path):

setup(
name='smbprotocol',
version='1.8.2',
version='1.8.3',
packages=['smbclient', 'smbprotocol'],
install_requires=[
'cryptography>=2.0',
Expand Down

0 comments on commit 034bd88

Please sign in to comment.