Codebase list pysmb / 3d66d66
Bump version to 1.2.5 and update changelog Michael Teo 3 years ago
3 changed file(s) with 9 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 pysmb-1.2.5, 18 Oct 2020
1 =======================
2 - Fix bug in filename encoding which leads to failure for file retrieval and upload operations (#170 #171).
3 - Improve resetFileAttributes() method in SMBConnection class to allow the
4 new attribute to be specified in the reset operation (#172).
5
06 pysmb-1.2.4, 6 Oct 2020
17 =======================
28 - Remove dependency on pycrypto as it is no longer under active maintenance
77
88 setup(
99 name = "pysmb",
10 version = "1.2.4",
10 version = "1.2.5",
1111 author = "Michael Teo",
1212 author_email = "[email protected]",
1313 license = "zlib/libpng",
4848 # built documents.
4949 #
5050 # The short X.Y version.
51 version = '1.2.4'
51 version = '1.2.5'
5252 # The full version, including alpha/beta/rc tags.
53 release = '1.2.4'
53 release = '1.2.5'
5454
5555 # The language for content autogenerated by Sphinx. Refer to documentation
5656 # for a list of supported languages.