diff --git a/CHANGELOG.md b/CHANGELOG.md index 17086a9..d613f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [dev] (MM/DD/YYYY) + +### Added + +### Changed + +### Fixed + ## [2.7.0] (04/16/2026) ### Added diff --git a/mkl/_version.py b/mkl/_version.py index 2614ce9..6ef56c4 100644 --- a/mkl/_version.py +++ b/mkl/_version.py @@ -1 +1 @@ -__version__ = "2.7.0" +__version__ = "2.8.0dev0"