Skip to content

Commit 1f00b44

Browse files
tercelclaude
andcommitted
chore: rebrand aipartnerup → aiperceivable, bump patch version
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4802fa9 commit 1f00b44

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.1] - 2026-03-22
6+
7+
### Changed
8+
- Rebrand: aipartnerup → aiperceivable
9+
510
## [0.3.0] - 2026-03-19
611

712
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div align="center">
2-
<img src="https://raw.githubusercontent.com/aipartnerup/apcore-toolkit/main/apcore-toolkit-logo.svg" alt="apcore-toolkit logo" width="200"/>
2+
<img src="https://raw.githubusercontent.com/aiperceivable/apcore-toolkit/main/apcore-toolkit-logo.svg" alt="apcore-toolkit logo" width="200"/>
33
</div>
44

55
# apcore-toolkit-python
66

7-
Python implementation of the [apcore-toolkit](https://github.com/aipartnerup/apcore-toolkit).
7+
Python implementation of the [apcore-toolkit](https://github.com/aiperceivable/apcore-toolkit).
88

99
Extracts ~1,400 lines of duplicated framework-agnostic logic from `django-apcore` and `flask-apcore` into a standalone Python package.
1010

@@ -145,7 +145,7 @@ md = to_markdown({"name": "Alice", "role": "admin"}, title="User Info")
145145

146146
## Documentation
147147

148-
Full documentation is available at [https://github.com/aipartnerup/apcore-toolkit](https://github.com/aipartnerup/apcore-toolkit).
148+
Full documentation is available at [https://github.com/aiperceivable/apcore-toolkit](https://github.com/aiperceivable/apcore-toolkit).
149149

150150
## License
151151

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "apcore-toolkit"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Shared scanner, schema extraction, and output toolkit for apcore framework adapters"
99
requires-python = ">=3.11"
1010
readme = "README.md"
1111
license = "Apache-2.0"
1212
authors = [
13-
{ name = "aipartnerup", email = "tercel.yi@gmail.com" },
13+
{ name = "aiperceivable", email = "tercel.yi@gmail.com" },
1414
]
1515
keywords = [
1616
"apcore",
@@ -40,10 +40,10 @@ dev = [
4040
]
4141

4242
[project.urls]
43-
Homepage = "https://aipartnerup.com"
44-
Repository = "https://github.com/aipartnerup/apcore-toolkit-python"
45-
Documentation = "https://github.com/aipartnerup/apcore-toolkit-python#readme"
46-
Issues = "https://github.com/aipartnerup/apcore-toolkit-python/issues"
43+
Homepage = "https://aiperceivable.com"
44+
Repository = "https://github.com/aiperceivable/apcore-toolkit-python"
45+
Documentation = "https://github.com/aiperceivable/apcore-toolkit-python#readme"
46+
Issues = "https://github.com/aiperceivable/apcore-toolkit-python/issues"
4747

4848
[tool.hatch.build.targets.wheel]
4949
packages = ["src/apcore_toolkit"]

0 commit comments

Comments
 (0)