Skip to content

Commit 652188c

Browse files
feat: Version upgrade - 0.1.53 (#36)
* feat: Added support for configslug in the apis * fix: version-upgrade - 0.1.53 * chore: Updating the changelog
1 parent b9125ae commit 652188c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
### Changelog
22
#### Unreleased
33

4-
#### [v0.1.51](https://github.com/Portkey-AI/portkey-python-sdk/compare/v0.1.51...v0.1.52)
4+
#### [v0.1.53](https://github.com/Portkey-AI/portkey-python-sdk/compare/v0.1.52...v0.1.53)
5+
> 10 October 2023
6+
- feat: Added support for configslug in the apis
7+
8+
#### [v0.1.52](https://github.com/Portkey-AI/portkey-python-sdk/compare/v0.1.51...v0.1.52)
59
> 21 September 2023
610
- feat: added openschema for all integrations + anyscale integration
711

8-
#### [v0.1.50](https://github.com/Portkey-AI/portkey-python-sdk/compare/v0.1.50...v0.1.51)
12+
#### [v0.1.51](https://github.com/Portkey-AI/portkey-python-sdk/compare/v0.1.50...v0.1.51)
913
> 21 September 2023
1014
- fix: Issue with the str comparison on the api path
1115

portkey/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.52"
1+
VERSION = "0.1.53"

0 commit comments

Comments
 (0)