File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ dev] (MM/DD/YYYY)
7+ ## [ dev] - YYYY-MM-DD
88
99### Added
1010* Enabled support of Python 3.14 [ gh-234 ] ( https://github.com/IntelPython/mkl_fft/pull/234 )
11- ## [ dev] - YYYY-MM-DD
1211
1312### Removed
1413* Dropped support for Python 3.9 [ gh-243 ] ( https://github.com/IntelPython/mkl_fft/pull/243 )
Original file line number Diff line number Diff line change 1- {% set version = "2.1.1 " %}
1+ {% set version = "2.2.0dev0 " %}
22{% set buildnumber = 0 %}
33
44package :
Original file line number Diff line number Diff line change 1- __version__ = "2.1.1 "
1+ __version__ = "2.2.0dev0 "
You can’t perform that action at this time.
0 commit comments