Skip to content

Commit

Permalink
release: v2.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed May 4, 2023
1 parent 0a88986 commit 3150d7c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
.git
*.gitignore

*.pyc
*.swp
*.swo
*.~

.dockerignore
Dockerfile
docker-compose.yml

.tox
Expand Down
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 2.0.0a1 (released 2023-05-03)

- upgrade xrootd to version 5.
- fix testing xrootd responses

Version 1.0.0a1 (released 2023-04-19)

- Upgrade pyfs to version 2.
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

FROM almalinux:9

RUN dnf install -y git-all
RUN dnf install -y epel-release
RUN dnf update -y
# CRB (Code Ready Builder): equivalent repository to well-known CentOS PowerTools
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__ = "1.0.0a1"
__version__ = "2.0.0a1"

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

0 comments on commit 3150d7c

Please sign in to comment.