File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to Modeleon will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.3] — 2026-04-27
9+
10+ Metadata-only release.
11+
12+ - ** PyPI Documentation URL** now points to the GitHub README
13+ (` github.com/modeleonai/modeleon#readme ` ) instead of the unbuilt
14+ ` modeleon.ai/docs ` page. No code or behavior changes.
15+
816## [ 0.1.2] — 2026-04-27
917
1018First public release.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " modeleon"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88description = " Financial Model Engineering — Python code compiles to live Excel formulas"
99requires-python = " >=3.12"
1010license = " Apache-2.0"
@@ -44,7 +44,7 @@ dependencies = [
4444[project .urls ]
4545Homepage = " https://modeleon.ai"
4646Repository = " https://github.com/modeleonai/modeleon"
47- Documentation = " https://modeleon.ai/docs "
47+ Documentation = " https://github.com/modeleonai/modeleon#readme "
4848Changelog = " https://github.com/modeleonai/modeleon/blob/main/CHANGELOG.md"
4949Issues = " https://github.com/modeleonai/modeleon/issues"
5050
Original file line number Diff line number Diff line change 5151 plugins.py - extension point registry
5252"""
5353
54- __version__ = "0.1.2 "
54+ __version__ = "0.1.3 "
5555
5656# Plugin system — extensions register via entry points
5757from modeleon .plugins import load_plugins as _load_plugins
You can’t perform that action at this time.
0 commit comments