Skip to content

Commit a1bb1ab

Browse files
committed
Updated version
1 parent b154dcc commit a1bb1ab

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

brood/resources/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ async def get_resources_list_handler(
134134
135135
- **<query>** (string): Any query param to filter resources output by resource_data key
136136
"""
137-
raise HTTPException(status_code=401)
138137
params = {param: request.query_params[param] for param in request.query_params}
139138
application_id = None
140139
if "application_id" in params.keys():

brood/resources/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Resources module of Brood library and API version.
33
"""
44

5-
BROOD_RESOURCES_VERSION = "0.1.0"
5+
BROOD_RESOURCES_VERSION = "0.2.0"

brood/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Brood library and API version.
33
"""
44

5-
BROOD_VERSION = "0.1.3"
5+
BROOD_VERSION = "0.2.0"

0 commit comments

Comments
 (0)