Skip to content

Commit 6619038

Browse files
version update
1 parent fe6956d commit 6619038

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install socketlabs-injectionapi
3030

3131
You can just download the package and install from a local archive file.
3232

33-
> [socketlabs_injectionapi-1.4.2.tar.gz](https://github.com/socketlabs/socketlabs-python/releases/download/1.4.2/socketlabs_injectionapi-1.4.2.tar.gz)
33+
> [socketlabs_injectionapi-1.4.3.tar.gz](https://github.com/socketlabs/socketlabs-python/releases/download/1.4.3/socketlabs_injectionapi-1.4.3.tar.gz)
3434
3535
```
3636
pip install <path>/socketlabs_injectionapi-1.4.0.tar.gz
@@ -217,7 +217,7 @@ For more information about AMP please see [AMP Project](https://amp.dev/document
217217

218218
<a name="version"></a>
219219
# Version
220-
* 1.4.2 - Adding API Key Authorization
220+
* 1.4.3 - Adding API Key Authorization
221221
* 1.4.0 - Adding Metadata and Tags
222222
* 1.2.1 - Adding optional retry logic for Http requests. If configured, the request will retry when certain 500 errors occur (500, 502, 503, 504)
223223
* 1.1.1 - Adding request timeout value on the client for Http requests

socketlabs/injectionapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 4, 2)
1+
version_info = (1, 4, 3)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)