File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to MeridianAlgo will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 55covering everything from trading research to portfolio analytics to derivatives.
66"""
77
8- __version__ = "6.2.5 "
8+ __version__ = "6.2.6 "
99
1010import os
1111import warnings
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " meridianalgo"
7- version = " 6.2.5 "
7+ version = " 6.2.6 "
88description = " MeridianAlgo Quant Packages - The Complete Quantitative Finance Platform for Professional Developers"
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def read_requirements(filename):
2626
2727setup (
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" ,
You can’t perform that action at this time.
0 commit comments