diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca210f6..8f4871e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,6 @@ jobs: - name: Check out code uses: actions/checkout@v3 - - name: Select python - uses: actions/setup-python@v4 - - name: Build smbprotocol run: | python -m pip install build diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3fe2a..e9f9cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.11.1 - TBD + + ## 1.11.0 - 2023-09-06 * Fix up pre authenticated session id lookups that were failing with Linux ksmbd diff --git a/pyproject.toml b/pyproject.toml index 75cd0ad..c6eb22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "smbprotocol" -version = "1.11.0" +version = "1.11.1" description = "Interact with a server using the SMB 2/3 Protocol" readme = "README.md" requires-python = ">=3.7"