Codebase list pysmb / 7d582c9
Bump version and changelog for 1.2.2 Michael Teo 3 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 pysmb-1.2.2, 5 Sep 2020
1 =======================
2 - Improve SMB URL handlers to support specifying server's machine name and IP
3 address. (#162)
4 - Improvements to documentation on SMB URLs (#160)
5
06 pysmb-1.2.1, 17 May 2020
17 ========================
28 - Fix bug in deleteFiles() method which can fail for certain search patterns.
77
88 setup(
99 name = "pysmb",
10 version = "1.2.1",
10 version = "1.2.2",
1111 author = "Michael Teo",
1212 author_email = "[email protected]",
1313 license = "zlib/libpng",