Skip to content

Commit 403566c

Browse files
committed
release: v2.0.0
1 parent 6a816f6 commit 403566c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
Version 2.0.0 (released 2024-02-14)
5+
6+
- stable release
7+
- fs: align error code changes (3005, 3018) to comply with
8+
https://github.com/xrootd/xrootd/commit/3715a81a5807a2fd2aee5dbbcd2aac1a74d5acc6
9+
410
Version 2.0.0a1 (released 2023-05-03)
511

612
- upgrade xrootd to version 5.

xrootdpyfs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@
186186
from .opener import XRootDPyOpener
187187
from .xrdfile import XRootDPyFile
188188

189-
__version__ = "2.0.0a1"
189+
__version__ = "2.0.0"
190190

191191
__all__ = ("__version__", "XRootDPyFS", "XRootDPyOpener", "XRootDPyFile")

0 commit comments

Comments
 (0)