We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7db93 commit 99a663aCopy full SHA for 99a663a
CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [0.2.5] - 2025-03-01
10
+
11
+### Fixed
12
13
+- Fixed pipe and stream checks by testing to be not None
14
15
## [0.2.4] - 2025-02-21
16
17
### Fixed
src/namedpipe/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.4"
+__version__ = "0.2.5"
2
3
from os import name as _os_name
4
0 commit comments