Skip to content

Commit 26d151b

Browse files
callmeiksclaude
andcommitted
bump: v2.1.2
Release the V5.3.2 spec sync (1106 endpoints, two new platforms). Bump _version.py + pyproject.toml to 2.1.2 and cut the CHANGELOG [Unreleased] section into a dated [2.1.2] release. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 754d82f commit 26d151b

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to `tikhub` will be documented in this file. The format is b
44

55
## [Unreleased]
66

7+
## [2.1.2] — 2026-06-03
8+
79
### Added — Phase 6 (docs, CLI, release tooling)
810

911
- **mkdocs-material site** at `mkdocs.yml` + `docs/`. Hand-written guides

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "tikhub"
7-
version = "2.1.1"
7+
version = "2.1.2"
88
description = "Modern Python SDK for the TikHub social-media data API."
99
readme = "README.md"
1010
license = "MIT"

src/tikhub/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Single source of truth for the SDK version."""
22

3-
__version__ = "2.1.1"
3+
__version__ = "2.1.2"

0 commit comments

Comments
 (0)