Skip to content

Commit 5f9d97d

Browse files
committed
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
1 parent 940b147 commit 5f9d97d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
~~~~~~~~~
33

4+
1.16.3
5+
======
6+
Date: 25.04.2024
7+
8+
- fix error in build pipeline due to github just having changed the
9+
``macos-latest`` runner from x86_64 to arm64. Another tag needed to trigger
10+
another release
11+
- show deprecation warning for py3.7 downoards
12+
- macos arm64 wheels are now tested in CI
13+
14+
415
1.16.2
516
======
617
Date: 25.04.2024

src/cpymad/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
__title__ = 'cpymad'
7-
__version__ = '1.16.2'
7+
__version__ = '1.16.3'
88

99
__summary__ = 'Cython binding to MAD-X'
1010
__uri__ = 'https://github.com/hibtc/cpymad'

0 commit comments

Comments
 (0)