From 5f9d97d21b355b4f340494434cc654ca46af8c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gl=C3=A4=C3=9Fle?= Date: Thu, 25 Apr 2024 20:50:14 +0200 Subject: [PATCH] Release cpymad v1.16.3 - fix error in build pipeline due to github just having changed the ``macos-latest`` runner from x86_64 to arm64. Another tag needed to trigger another release - show deprecation warning for py3.7 downoards - macos arm64 wheels are now tested in CI --- CHANGES.rst | 11 +++++++++++ src/cpymad/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9c7d07c2..09170978 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,17 @@ Changelog ~~~~~~~~~ +1.16.3 +====== +Date: 25.04.2024 + +- fix error in build pipeline due to github just having changed the + ``macos-latest`` runner from x86_64 to arm64. Another tag needed to trigger + another release +- show deprecation warning for py3.7 downoards +- macos arm64 wheels are now tested in CI + + 1.16.2 ====== Date: 25.04.2024 diff --git a/src/cpymad/__init__.py b/src/cpymad/__init__.py index 5c91f4b6..82ca2a73 100644 --- a/src/cpymad/__init__.py +++ b/src/cpymad/__init__.py @@ -4,7 +4,7 @@ __title__ = 'cpymad' -__version__ = '1.16.2' +__version__ = '1.16.3' __summary__ = 'Cython binding to MAD-X' __uri__ = 'https://github.com/hibtc/cpymad'