Skip to content

Commit cc47227

Browse files
authored
feat: API Lookup developer guide in documentation (#303)
## [6.0.6] - 2025-05-26 ### Fix - API Lookup developer guide reference in legacy lookup documentation
1 parent d4b306d commit cc47227

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [6.0.6] - 2025-05-26
8+
9+
### Fix
10+
- API Lookup developer guide reference in legacy lookup documentation
11+
712
## [6.0.5] - 2025-05-23
813

914
### Added

devo/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__description__ = "Devo Python Library."
22
__url__ = "http://www.devo.com"
3-
__version__ = "6.0.5"
3+
__version__ = "6.0.6"
44
__author__ = "Devo"
55
__author_email__ = "support@devo.com"
66
__license__ = "MIT"

docs/sender/lookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
> Right now the upload of lookups is based on the `my.lookup.data` and `my.lookup.control` tables.
1818
> This method is deprecated on the Devo backend, and it will be discontinued on 1st January 2026.
1919
> As an alternative, you can use the Lookups API: [Lookups API Documentation](https://docs.devo.com/space/latest/127500289/Lookups+API).
20-
> There is a [developer guide](docs/sender/api_lookup_guide.md) in documentation.
20+
> There is a [developer guide](api_lookup_guide.md) in documentation.
2121
2222
## Overview
2323

0 commit comments

Comments
 (0)