Skip to content

Commit

Permalink
Azurefix (#259)
Browse files Browse the repository at this point in the history
* make azure-storage-blob default dependency

* fix walk_blobs for azure driver

* don't stop iteration at max_blobs_count

* update quick start to use --nolint option

* bump version
  • Loading branch information
jreadey authored Sep 7, 2023
1 parent 302105c commit da76616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hsds/basenode.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from .util.k8sClient import getDnLabelSelector, getPodIps
from . import hsds_logger as log

HSDS_VERSION = "0.8.2"
HSDS_VERSION = "0.8.3"


def getVersion():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.8"
version = "0.8.2"
version = "0.8.3"

dependencies = [
"aiohttp == 3.8.5",
Expand Down

0 comments on commit da76616

Please sign in to comment.