From 64214ebea9664166376cf8cc44c48e25f08b7dd1 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Sun, 14 Apr 2024 11:57:25 +0400 Subject: [PATCH] Bump version 2.5.0 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55998a8e..a27edbe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Version 2.5.0 1. Add support for new cxx versions in cxx_standard class +2. Deprecate utils.is_str + +3. pyproject.toml improvements + Version 2.4.0 ------------- diff --git a/pyproject.toml b/pyproject.toml index 4e0b80ab..de3e3f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "CastXML", "gccxml", ] -version = "2.4.0" +version = "2.5.0" classifiers = [ "Development Status :: 5 - Production/Stable",