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 00c0b74 commit a246548Copy full SHA for a246548
CHANGES.rst
@@ -1,12 +1,20 @@
1
Changelog
2
~~~~~~~~~
3
4
+1.16.1
5
+======
6
+Date: 23.04.2024
7
+
8
+- maintenance release to trigger new build after fix in build pipeline
9
10
11
1.16.0
12
======
-Date: 19.04.2024
13
14
15
- update to MAD-X 5.09.02
16
17
18
1.15.0
19
20
Date: 05.12.2023
src/cpymad/__init__.py
@@ -4,7 +4,7 @@
__title__ = 'cpymad'
-__version__ = '1.16.0'
+__version__ = '1.16.1'
__summary__ = 'Cython binding to MAD-X'
__uri__ = 'https://github.com/hibtc/cpymad'
0 commit comments