Skip to content

Commit e34e576

Browse files
committed
Release cpymad v1.8.0
- drop support for 32bit - drop support for python 2.7 - deprecate python 3.5 - link windows binaries against UCRT (like the official python binary)
1 parent 9fc3e2b commit e34e576

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
~~~~~~~~~
33

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+
414
1.7.0
515
=====
616
Date: 13.03.2021

src/cpymad/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import unicode_literals
22

33
__title__ = 'cpymad'
4-
__version__ = '1.7.0'
4+
__version__ = '1.8.0'
55

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

0 commit comments

Comments
 (0)