Skip to content
Snippets Groups Projects
Unverified Commit 6a137fd0 authored by Jordan Borean's avatar Jordan Borean
Browse files

Prepare v1.6.1 release

parent 916027ec
No related branches found
No related tags found
No related merge requests found
# Changelog
## 1.6.1 - 2021-07-29
* Remove `print()` statement that was used during testing
## 1.6.0 - 2021-07-28
* Dropped support for Python 2.7 and 3.5
......
......@@ -18,7 +18,7 @@ with open(abs_path('README.md'), mode='rb') as fd:
setup(
name='smbprotocol',
version='1.6.0',
version='1.6.1',
packages=['smbclient', 'smbprotocol'],
install_requires=[
'cryptography>=2.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment