Skip to content

Commit 46c80a2

Browse files
release: 3.20.1
1 parent 4fe10c7 commit 46c80a2

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.20.0"
2+
".": "3.20.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 3.20.1 (2026-01-29)
4+
5+
Full Changelog: [v3.20.0...v3.20.1](https://github.com/supermemoryai/python-sdk/compare/v3.20.0...v3.20.1)
6+
7+
### Bug Fixes
8+
9+
* **docs:** fix mcp installation instructions for remote servers ([e695a58](https://github.com/supermemoryai/python-sdk/commit/e695a5834959e52a0d66b753ea12e33ebc828fab))
10+
11+
12+
### Chores
13+
14+
* **ci:** upgrade `actions/github-script` ([e3c1865](https://github.com/supermemoryai/python-sdk/commit/e3c1865c4f1a767683d2fdde59ec9aa50fe5724e))
15+
316
## 3.20.0 (2026-01-20)
417

518
Full Changelog: [v3.19.0...v3.20.0](https://github.com/supermemoryai/python-sdk/compare/v3.19.0...v3.20.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "supermemory"
3-
version = "3.20.0"
3+
version = "3.20.1"
44
description = "The official Python library for the supermemory API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/supermemory/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "supermemory"
4-
__version__ = "3.20.0" # x-release-please-version
4+
__version__ = "3.20.1" # x-release-please-version

0 commit comments

Comments
 (0)