Skip to content

Commit

Permalink
Version 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanoGuerrini committed Apr 23, 2024
1 parent 79b2c5e commit 183e260
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
copyright = "2023, ECMWF"
author = "ECMWF"

release = "2.13"
version = "2.13"
release = "2.14"
version = "2.14"

# -- General configuration

Expand Down
5 changes: 1 addition & 4 deletions hda/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,7 @@ def __init__(
verify=True,
path=None,
):
credentials = {
"user": None,
"password": None
}
credentials = {"user": None, "password": None}

dotrc = path or os.environ.get("HDA_RC", os.path.expanduser("~/.hdarc"))

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read(fname):
return io.open(file_path, encoding="utf-8").read()


version = "2.13"
version = "2.14"

setuptools.setup(
name="hda",
Expand Down

0 comments on commit 183e260

Please sign in to comment.