Skip to content

Commit 190667f

Browse files
authored
Prepare for v1.12.0 release (#246)
1 parent e99ee98 commit 190667f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

3-
## 1.11.1 - TBD
3+
## 1.12.0 - 2023-11-09
44

5+
* Added the `DiskFull` error and message for the NTSTATUS code `0xC000007F` - https://github.com/jborean93/smbprotocol/pull/245
56

67
## 1.11.0 - 2023-09-06
78

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "smbprotocol"
9-
version = "1.11.1"
9+
version = "1.12.0"
1010
description = "Interact with a server using the SMB 2/3 Protocol"
1111
readme = "README.md"
1212
requires-python = ">=3.7"

0 commit comments

Comments
 (0)