Skip to content

Commit

Permalink
Bump version due to feature in current changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Nov 11, 2024
1 parent 5ed9336 commit af78f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## 1.14.1 - 2024-11-12
## 1.15.0 - 2024-11-12

* Update session id lookup logic to comply with MS-SMB2 spec
* Remove connection from global connection cache even if failing to close it
* Added `smbclient.liststreams` as a way to list the Alternate Data Streams in a file/directory
* Added official support for Python 3.13

## 1.14.0 - 2024-08-26
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.14.1"
version = "1.15.0"
description = "Interact with a server using the SMB 2/3 Protocol"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit af78f1a

Please sign in to comment.