Skip to content

Commit 2b09216

Browse files
author
Ishaan
committed
chore: bump version to 6.2.6
1 parent f11adda commit 2b09216

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to MeridianAlgo 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+
## [6.2.6] - 2026-03-12 "CI/CD Fix Release"
9+
10+
### Fixed
11+
- Fixed CI workflow to run tests on every push
12+
- Simplified CI pipeline for better reliability
13+
- Updated PyPI publishing workflow
14+
815
## [6.2.5] - 2026-03-12 "Organization & Automation Release"
916

1017
### Changed

meridianalgo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
covering everything from trading research to portfolio analytics to derivatives.
66
"""
77

8-
__version__ = "6.2.5"
8+
__version__ = "6.2.6"
99

1010
import os
1111
import warnings

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 = "meridianalgo"
7-
version = "6.2.5"
7+
version = "6.2.6"
88
description = "MeridianAlgo Quant Packages - The Complete Quantitative Finance Platform for Professional Developers"
99
readme = "README.md"
1010
requires-python = ">=3.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def read_requirements(filename):
2626

2727
setup(
2828
name="meridianalgo",
29-
version="6.2.5",
29+
version="6.2.6",
3030
author="Meridian Algorithmic Research Team",
3131
author_email="support@meridianalgo.com",
3232
description="MeridianAlgo - Complete Quantitative Finance Platform for Professional Developers",

0 commit comments

Comments
 (0)