Skip to content

Commit 6a137fd

Browse files
committed
Prepare v1.6.1 release
1 parent 916027e commit 6a137fd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.6.1 - 2021-07-29
4+
5+
* Remove `print()` statement that was used during testing
6+
7+
38
## 1.6.0 - 2021-07-28
49

510
* Dropped support for Python 2.7 and 3.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def abs_path(rel_path):
1818

1919
setup(
2020
name='smbprotocol',
21-
version='1.6.0',
21+
version='1.6.1',
2222
packages=['smbclient', 'smbprotocol'],
2323
install_requires=[
2424
'cryptography>=2.0',

0 commit comments

Comments
 (0)