brynq-sdk-allsolutions 1.0.1__tar.gz → 1.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq_sdk_allsolutions
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: All solutions wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -313,7 +313,6 @@ class AllSolutions(BrynQ):
313
313
  params.update({self.filter_freeform_string: filter}) if filter else None
314
314
  while more_results:
315
315
  headers = self._get_headers_allsol()
316
- print(headers)
317
316
  response = requests.get(url=f"{self.url}mperso/{employee_id}/thuisafdelingen",
318
317
  headers=headers,
319
318
  params=params)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-allsolutions
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: All solutions wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages
2
2
 
3
3
  setup(
4
4
  name='brynq_sdk_allsolutions',
5
- version='1.0.1',
5
+ version='1.0.2',
6
6
  description='All solutions wrapper from BrynQ',
7
7
  long_description='All solutions wrapper from BrynQ',
8
8
  author='BrynQ',