From daeee15c3f0188bd6e2dbe27c230fa83fc136681 Mon Sep 17 00:00:00 2001 From: "bryant.howell" Date: Wed, 26 Mar 2025 15:17:33 -0500 Subject: [PATCH 1/3] Start of 1.8.85 --- setup.cfg | 2 +- src/thoughtspot_rest_api_v1/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f36fb9e..9a6a7f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = thoughtspot_rest_api_v1 -version = 1.8.4 +version = 1.8.5 description = Library implementing the ThoughtSpot V1 REST API long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/thoughtspot_rest_api_v1/_version.py b/src/thoughtspot_rest_api_v1/_version.py index fa2822c..7e3de06 100644 --- a/src/thoughtspot_rest_api_v1/_version.py +++ b/src/thoughtspot_rest_api_v1/_version.py @@ -1 +1 @@ -__version__ = '1.8.4' +__version__ = '1.8.5' From 96dcb8e642f5077cc36628a283a07affa54adf72 Mon Sep 17 00:00:00 2001 From: "bryant.howell" Date: Wed, 26 Mar 2025 15:17:33 -0500 Subject: [PATCH 2/3] Start of 1.8.85 --- setup.cfg | 2 +- src/thoughtspot_rest_api_v1/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f36fb9e..9a6a7f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = thoughtspot_rest_api_v1 -version = 1.8.4 +version = 1.8.5 description = Library implementing the ThoughtSpot V1 REST API long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/thoughtspot_rest_api_v1/_version.py b/src/thoughtspot_rest_api_v1/_version.py index fa2822c..7e3de06 100644 --- a/src/thoughtspot_rest_api_v1/_version.py +++ b/src/thoughtspot_rest_api_v1/_version.py @@ -1 +1 @@ -__version__ = '1.8.4' +__version__ = '1.8.5' From a2c7fc45c0051e91257c45e941e96a0517d41b79 Mon Sep 17 00:00:00 2001 From: "bryant.howell" Date: Thu, 27 Mar 2025 11:59:42 -0500 Subject: [PATCH 3/3] Added .synk file --- .synk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .synk diff --git a/.synk b/.synk new file mode 100644 index 0000000..1202e97 --- /dev/null +++ b/.synk @@ -0,0 +1,4 @@ +# .snyk file +ignore: + certifi@MPL-2.0: + - "*" \ No newline at end of file