Skip to content

Commit

Permalink
Bump new version after release (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Nov 9, 2023
1 parent 190667f commit eaf24fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- 3.9
- '3.10'
- '3.11'
- '3.12.0-rc.1'
- '3.12'
python-arch:
- x86
- x64
Expand All @@ -81,7 +81,7 @@ jobs:
- os: windows-2019
python-version: '3.10'
- os: windows-2019
python-version: '3.12.0-rc.1'
python-version: '3.12'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 1.12.1 - TBD

## 1.12.0 - 2023-11-09

* Added the `DiskFull` error and message for the NTSTATUS code `0xC000007F` - https://github.com/jborean93/smbprotocol/pull/245
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "smbprotocol"
version = "1.12.0"
version = "1.12.1"
description = "Interact with a server using the SMB 2/3 Protocol"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit eaf24fa

Please sign in to comment.