Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Switch from DeprecationWarning to FutureWarning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Dec 14, 2020
1 parent ac6c62e commit b4eaf90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uproot3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
>>> with uproot.open(...) as file:
...
""",
DeprecationWarning
FutureWarning
)

# high-level entry points
Expand Down
2 changes: 1 addition & 1 deletion uproot3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import re

__version__ = "3.14.1"
__version__ = "3.14.2"
version = __version__
version_info = tuple(re.split(r"[-\.]", __version__))

Expand Down

0 comments on commit b4eaf90

Please sign in to comment.