Skip to content

Commit 1797f81

Browse files
author
jgray-19
committed
Version bump and changelog update
1 parent 7627e7f commit 1797f81

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4.3 (2023/11/25)
2+
3+
Update GitHub Actions to always use the latest version of MAD-NG \
4+
Update tests to be more robust.
5+
16
0.4.2 (2023/10/18)
27

38
Add `to_df` method to objects, allowing for easy conversion to pandas dataframes. \

src/pymadng/__init__.py

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

33
__title__ = "pymadng"
4-
__version__ = "0.4.2"
4+
__version__ = "0.4.3"
55

66
__summary__ = "Python interface to MAD-NG running as subprocess"
77
__uri__ = "https://github.com/MethodicalAcceleratorDesign/MADpy"

0 commit comments

Comments
 (0)