Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](https://semver.org/) and [Keep a C

## [Unreleased]

## [10.2.0] — 2026-07-18

### Changed — Kotlin runtime extracted to a single source of truth (+ console/JVM target)

The inline `EPLRuntime` Kotlin shim moved out of `kotlin_gen.py` into
Expand Down
2 changes: 1 addition & 1 deletion epl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from importlib import import_module
from typing import TYPE_CHECKING, Any

__version__ = '10.1.2'
__version__ = '10.2.0'
__author__ = 'Abneesh Singh'
__email__ = 'singhabneesh250@gmail.com'
__license__ = 'Apache 2.0'
Expand Down
Loading