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 3c3c48c commit 7214d04Copy full SHA for 7214d04
CHANGES.rst
@@ -1,6 +1,15 @@
1
Changelog
2
~~~~~~~~~
3
4
+1.8.1
5
+=====
6
+Date: 04.05.2021
7
+
8
+- update to MAD-X 5.07.00
9
+- generate release DOIs for citation
10
+- python3 simplifications
11
12
13
1.8.0
14
=====
15
Date: 28.04.2021
src/cpymad/__init__.py
@@ -1,7 +1,7 @@
from __future__ import unicode_literals
__title__ = 'cpymad'
-__version__ = '1.8.0'
+__version__ = '1.8.1'
__summary__ = 'Cython binding to MAD-X'
__uri__ = 'https://github.com/hibtc/cpymad'
0 commit comments