Skip to content

Commit

Permalink
Merge pull request #4 from getbrevo/fix_config
Browse files Browse the repository at this point in the history
Fixes wrong config issue
  • Loading branch information
mukul-brevo authored Jul 15, 2024
2 parents e3210b8 + 55b861d commit a363448
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 45 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Brevo's API matches the [OpenAPI v2 definition](https://www.openapis.org/). The
This PYTHON package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project and is reviewed and maintained by Brevo:

- API version: 3.0.0
- Package version: 1.1.0
- Package version: 1.1.2
- Build package: io.swagger.codegen.languages.PythonClientCodegen
For more information, please visit [https://account.brevo.com/support](https://account.brevo.com/support)

Expand Down
1 change: 0 additions & 1 deletion brevo_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
from brevo_python.models.company_attributes import CompanyAttributes
from brevo_python.models.company_attributes_inner import CompanyAttributesInner
from brevo_python.models.component_items import ComponentItems
from brevo_python.models.configuration import Configuration
from brevo_python.models.conversations_message import ConversationsMessage
from brevo_python.models.conversations_message_file import ConversationsMessageFile
from brevo_python.models.conversations_message_file_image_info import ConversationsMessageFileImageInfo
Expand Down
2 changes: 1 addition & 1 deletion brevo_python/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,5 +255,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 3.0.0\n"\
"SDK Package Version: 1.1.0".\
"SDK Package Version: 1.1.2".\
format(env=sys.platform, pyversion=sys.version)
1 change: 0 additions & 1 deletion brevo_python/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
from brevo_python.models.company_attributes import CompanyAttributes
from brevo_python.models.company_attributes_inner import CompanyAttributesInner
from brevo_python.models.component_items import ComponentItems
from brevo_python.models.configuration import Configuration
from brevo_python.models.conversations_message import ConversationsMessage
from brevo_python.models.conversations_message_file import ConversationsMessageFile
from brevo_python.models.conversations_message_file_image_info import ConversationsMessageFileImageInfo
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "brevo-python"
VERSION = "1.1.0"
VERSION = "1.1.2"
# To install the library, run the following
#
# python setup.py install
Expand Down
40 changes: 0 additions & 40 deletions test/test_configuration.py

This file was deleted.

0 comments on commit a363448

Please sign in to comment.