Skip to content

Commit b93edd1

Browse files
Cüneyt Öztürkclaude
andcommitted
Release 0.2.1: correct EU AI Act Article 12 date in docs
Bump 0.2.0 -> 0.2.1. README already states the correct high-risk date (2 December 2027, deferred from 2 August 2026 by the EU Digital Omnibus); the published 0.2.0 PyPI page still showed the old date. This patch republishes so PyPI reflects 2 December 2027. No code changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent edaea0f commit b93edd1

3 files changed

Lines changed: 7 additions & 2 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 mlflow-falsify will be documented in this file. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [0.2.1] - 2026-06-02
6+
7+
### Fixed
8+
- Docs: corrected the EU AI Act Article 12 reference date to **2 December 2027** (the high-risk obligation date, deferred from 2 August 2026 by the EU Digital Omnibus). No code changes; republished so the PyPI README reflects the correct date.
9+
510
## [0.2.0] - 2026-05-23
611

712
### Added

mlflow_falsify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pathlib import Path
1414
from typing import Dict, Optional, Union
1515

16-
__version__ = "0.2.0"
16+
__version__ = "0.2.1"
1717
__all__ = ["FalsifyRunContextProvider", "tag_experiment"]
1818

1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mlflow-falsify"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "MLflow plugin: automatic PRML manifest hash tagging for runs. Pre-registered ML evaluation claims."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)