Skip to content

Commit

Permalink
Prepare for 1.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Oct 27, 2021
1 parent 37db4dd commit b303235
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.1 - TBD
## 1.8.1 - 2021-10-27

* Raises `ObjectPathNotFound` if a DFS referral is required but not referrals are available (https://github.com/jborean93/smbprotocol/pull/149)

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.0',
version='1.8.1',
packages=['smbclient', 'smbprotocol'],
install_requires=[
'cryptography>=2.0',
Expand Down

0 comments on commit b303235

Please sign in to comment.