Skip to content

Commit 815e5b1

Browse files
author
Matthias Koeppe
committed
README.md, pyproject.toml: Prepare 0.1.4
1 parent 429ca2d commit 815e5b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ On failure to allocate the memory, a proper error is raised.
1919

2020
# Changelog
2121

22+
## 0.1.4 (release candidate)
23+
24+
- Modernize Python metadata, require Python >= 3.8.
25+
[#9](https://github.com/sagemath/memory_allocator/pull/9) by @mkoeppe
26+
- Add missing `noexcept` clauses for Cython 3
27+
[#8](https://github.com/sagemath/memory_allocator/pull/8) by @tornaria
28+
2229
## 0.1.3
2330

2431
- Python 3.11 compatible.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "memory_allocator"
11-
version = "0.1.3"
11+
version = "0.1.4rc1"
1212
description = "An extension class to allocate memory easily with cython"
1313
authors = [
1414
{name = "Jeroen Demeyer, Nathann Cohen, Jonathan Kliem", email = "[email protected]"},

0 commit comments

Comments
 (0)