diff --git a/CHANGELOG.md b/CHANGELOG.md index 8baa719..44d0f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,10 @@ 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) +## [dev] - YYYY-MM-DD ### Added * Enabled support of Python 3.14 [gh-234](https://github.com/IntelPython/mkl_fft/pull/234) -## [dev] - YYYY-MM-DD ### Removed * Dropped support for Python 3.9 [gh-243](https://github.com/IntelPython/mkl_fft/pull/243) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index 9265287..de4af76 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.1.1" %} +{% set version = "2.2.0dev0" %} {% set buildnumber = 0 %} package: diff --git a/mkl_fft/_version.py b/mkl_fft/_version.py index 58039f5..1916396 100644 --- a/mkl_fft/_version.py +++ b/mkl_fft/_version.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.2.0dev0"