First production-ready release of StarPunk - a minimal, self-hosted IndieWeb CMS with full IndieAuth and Micropub compliance. Changes: - Update version to 1.0.0 in starpunk/__init__.py - Update README.md version references and feature descriptions - Finalize CHANGELOG.md with comprehensive v1.0.0 release notes This milestone completes all V1 features: - W3C IndieAuth specification compliance with endpoint discovery - W3C Micropub specification implementation - Robust database migrations with race condition protection - Production-ready containerized deployment - 536 tests passing with 87% code coverage StarPunk is now ready for production use as a personal IndieWeb publishing platform. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -153,5 +153,5 @@ def create_app(config=None):
|
||||
|
||||
# Package version (Semantic Versioning 2.0.0)
|
||||
# See docs/standards/versioning-strategy.md for details
|
||||
__version__ = "1.0.0-rc.5"
|
||||
__version_info__ = (1, 0, 0, "rc", 5)
|
||||
__version__ = "1.0.0"
|
||||
__version_info__ = (1, 0, 0)
|
||||
|
||||
Reference in New Issue
Block a user