Skip to content

Commit

Permalink
Prepare for 1.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Nov 2, 2021
1 parent b8e19b5 commit 2de6a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.2 - TBD
## 1.8.2 - 2021-11-03

* Add missing `FileAttributes` enum values
* Set messages with `FileAttributes` to be non-strict allowing unknown values in the future to be parsed without an error
Expand Down
5 changes: 2 additions & 3 deletions 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 All @@ -27,8 +27,7 @@ def abs_path(rel_path):
extras_require={
'kerberos:sys_platform=="win32"': [],
'kerberos:sys_platform!="win32"': [
'gssapi>=1.4.1',
'krb5',
'pyspnego[kerberos]',
],
},
python_requires='>=3.6',
Expand Down

0 comments on commit 2de6a6a

Please sign in to comment.