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 9fc3e2b commit e34e576Copy full SHA for e34e576
CHANGES.rst
@@ -1,6 +1,16 @@
1
Changelog
2
~~~~~~~~~
3
4
+1.8.0
5
+=====
6
+Date: 28.04.2021
7
+
8
+- drop support for 32bit
9
+- drop support for python 2.7
10
+- deprecate python 3.5
11
+- link windows binaries against UCRT (like the official python binary)
12
13
14
1.7.0
15
=====
16
Date: 13.03.2021
src/cpymad/__init__.py
@@ -1,7 +1,7 @@
from __future__ import unicode_literals
__title__ = 'cpymad'
-__version__ = '1.7.0'
+__version__ = '1.8.0'
__summary__ = 'Cython binding to MAD-X'
__uri__ = 'https://github.com/hibtc/cpymad'
0 commit comments