Skip to content

Commit 5005f31

Browse files
committed
Align release version with Hypeman
1 parent 273e1f9 commit 5005f31

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.3.0](https://github.com/kernel/hypeman-python/compare/v0.2.0...v0.3.0) (2026-08-31)
3+
## [0.27.0](https://github.com/kernel/hypeman-python/compare/v0.2.0...v0.27.0) (2026-08-31)
44

55

66
### Features

pyproject.toml

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

src/hypeman/_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__ = "hypeman"
4-
__version__ = "0.3.0" # x-release-please-version
4+
__version__ = "0.27.0" # x-release-please-version

0 commit comments

Comments
 (0)