brynq-sdk-mandrill 3.0.0__tar.gz → 3.0.1__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_mandrill
3
- Version: 3.0.0
3
+ Version: 3.0.1
4
4
  Summary: Mandrill wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -20,7 +20,7 @@ class MailClient(BrynQ):
20
20
  if self.debug:
21
21
  print('Retrieved credentials from BrynQ')
22
22
  except ValueError as e:
23
- print("No authorization found connected to interface")
23
+ print("No authorization found connected to interface, falling back to environment variables")
24
24
  self.api_token = None
25
25
 
26
26
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-mandrill
3
- Version: 3.0.0
3
+ Version: 3.0.1
4
4
  Summary: Mandrill 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_mandrill',
5
- version='3.0.0',
5
+ version='3.0.1',
6
6
  description='Mandrill wrapper from BrynQ',
7
7
  long_description='Mandrill wrapper from BrynQ',
8
8
  author='BrynQ',