Skip to content

Commit

Permalink
bumped version, added missing Stations fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Sep 22, 2020
1 parent 09432bb commit 0d32f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions galileo_sdk/sdk/stations.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def list_stations(
descriptions=None,
page=1,
items=25,
active=True,
active="true",
userids=None,
partial_names=None,
updated=None,
Expand All @@ -482,7 +482,7 @@ def list_stations(
:param descriptions: Optional[List[str]]: Filter based on descriptions
:param page: Optional[int]: Page #
:param items: Optional[int]: Items per page
:param active: Optional[bool]: Filter for all active stations
:param active: Optional[str]: Filter for all active stations ("true","false")
:param userids: Optional[List[str]]: Filter based on userid
:param lz_status: Optional[List[str]]
:param lz_count_max: Optional[int]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup
from setuptools.command.install import install

VERSION = "0.0.35"
VERSION = "0.0.36"

_ver = sys.version_info

Expand Down

0 comments on commit 0d32f0a

Please sign in to comment.