What's Changed
- Bump version and update dev deps by @jborean93 in #276
- type information of SMBDirEntryInformation.last_write_time set to datetime by @christianknoepfle in #280
- Customizable receive timeout for SMB Connection by @leonnis12 in #285
1.14.0 - 2024-08-26
- Dropped support for Python 3.7
SMBDirEntryInformation.last_write_time
is now annotated asdatetime.datetime
. Previously, it wasdatetime.date
. #279
New Contributors
- @christianknoepfle made their first contribution in #280
- @leonnis12 made their first contribution in #285
Full Changelog: v1.13.0...v1.14.0