Skip to content

Commit 0472829

Browse files
GeneAIclaude
authored andcommitted
fix: Use www.smartaimemory.com in PyPI project URLs
Bump to v2.2.7 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 38ca6c3 commit 0472829

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the Empathy Framework will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.7] - 2025-12-15
9+
10+
### Fixed
11+
- **PyPI project URLs** - Use www.smartaimemory.com consistently (was missing www prefix)
12+
813
## [2.2.6] - 2025-12-15
914

1015
### Fixed

pyproject.toml

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

55
[project]
66
name = "empathy-framework"
7-
version = "2.2.6"
7+
version = "2.2.7"
88
description = "AI collaboration framework with persistent memory, anticipatory intelligence, and multi-agent orchestration"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"
@@ -181,11 +181,11 @@ empathy-scan = "empathy_software_plugin.cli:scan_command"
181181
empathy-memory = "empathy_os.memory.control_panel:main"
182182

183183
[project.urls]
184-
Homepage = "https://smartaimemory.com"
185-
Documentation = "https://smartaimemory.com/docs"
186-
"Getting Started" = "https://smartaimemory.com/docs/getting-started"
187-
FAQ = "https://smartaimemory.com/docs/faq"
188-
Book = "https://smartaimemory.com/book"
184+
Homepage = "https://www.smartaimemory.com"
185+
Documentation = "https://www.smartaimemory.com/docs"
186+
"Getting Started" = "https://www.smartaimemory.com/docs/getting-started"
187+
FAQ = "https://www.smartaimemory.com/docs/faq"
188+
Book = "https://www.smartaimemory.com/book"
189189
Repository = "https://github.com/Smart-AI-Memory/empathy"
190190
Issues = "https://github.com/Smart-AI-Memory/empathy/issues"
191191
Discussions = "https://github.com/Smart-AI-Memory/empathy/discussions"

0 commit comments

Comments
 (0)