We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b178a commit 39489cfCopy full SHA for 39489cf
CHANGES.rst
@@ -1,6 +1,15 @@
1
Changelog
2
~~~~~~~~~
3
4
+1.11.0
5
+======
6
+Date: 09.09.2022
7
+
8
+- add wheels for python 3.11
9
+- fix platform identification to work with Apple Silicon architecture
10
+ (no upstream M1 wheels yet)
11
12
13
1.10.0
14
======
15
Date: 09.09.2022
src/cpymad/__init__.py
@@ -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'
0 commit comments