feat: API Lookup developer guide in documentation by franjuan · Pull Request #302 · DevoInc/python-sdk · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is the SDK to access Devo directly from Python. It can be used to:
> Right now the upload of lookups functionality is based on the `my.lookup.data` and `my.lookup.control` tables.
> This method is deprecated on the Devo backend, and it will be discontinued on 1st January 2026.
> As an alternative, you can use the Lookups API: [Lookups API Documentation](https://docs.devo.com/space/latest/127500289/Lookups+API).

> There is a [developer guide](docs/sender/api_lookup_guide.md) in documentation.

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion devo/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__description__ = "Devo Python Library."
__url__ = "http://www.devo.com"
__version__ = "6.0.4"
__version__ = "6.0.5"
__author__ = "Devo"
__author_email__ = "support@devo.com"
__license__ = "MIT"
Expand Down
3 changes: 2 additions & 1 deletion devo/sender/lookup.py
Loading