Skip to content

Commit

Permalink
Release cpymad v1.16.3
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
coldfix committed Apr 26, 2024
1 parent 940b147 commit 5f9d97d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion src/cpymad/__init__.py
Expand Up @@ -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'
Expand Down

0 comments on commit 5f9d97d

Please sign in to comment.