Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Feb 14, 2024
1 parent 6a816f6 commit 403566c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

Version 2.0.0 (released 2024-02-14)

- stable release
- fs: align error code changes (3005, 3018) to comply with
https://github.com/xrootd/xrootd/commit/3715a81a5807a2fd2aee5dbbcd2aac1a74d5acc6

Version 2.0.0a1 (released 2023-05-03)

- upgrade xrootd to version 5.
Expand Down
2 changes: 1 addition & 1 deletion xrootdpyfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@
from .opener import XRootDPyOpener
from .xrdfile import XRootDPyFile

__version__ = "2.0.0a1"
__version__ = "2.0.0"

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

0 comments on commit 403566c

Please sign in to comment.