We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916027e commit 6a137fdCopy full SHA for 6a137fd
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.6.1 - 2021-07-29
4
+
5
+* Remove `print()` statement that was used during testing
6
7
8
## 1.6.0 - 2021-07-28
9
10
* Dropped support for Python 2.7 and 3.5
setup.py
@@ -18,7 +18,7 @@ def abs_path(rel_path):
18
19
setup(
20
name='smbprotocol',
21
- version='1.6.0',
+ version='1.6.1',
22
packages=['smbclient', 'smbprotocol'],
23
install_requires=[
24
'cryptography>=2.0',
0 commit comments