Skip to content

Commit

Permalink
Prepare for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Aug 14, 2020
1 parent eb37d4c commit 705f098
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.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
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.1.0rc2',
version='1.1.0',
packages=['smbclient', 'smbprotocol'],
install_requires=[
'cryptography>=2.0',
Expand Down

0 comments on commit 705f098

Please sign in to comment.