Skip to content

Commit

Permalink
Release cpymad v1.11.0
Browse files Browse the repository at this point in the history
- add wheels for python 3.11
- fix platform identification to work with Apple Silicon architecture
  (no upstream M1 wheels yet)
  • Loading branch information
coldfix committed Jan 24, 2023
1 parent 21b178a commit 39489cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
~~~~~~~~~

1.11.0
======
Date: 09.09.2022

- add wheels for python 3.11
- fix platform identification to work with Apple Silicon architecture
(no upstream M1 wheels yet)


1.10.0
======
Date: 09.09.2022
Expand Down
2 changes: 1 addition & 1 deletion src/cpymad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


__title__ = 'cpymad'
__version__ = '1.10.0'
__version__ = '1.11.0'

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

0 comments on commit 39489cf

Please sign in to comment.