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 002f176 commit 16be5dfCopy full SHA for 16be5df
CHANGES.rst
@@ -1,6 +1,13 @@
1
Changelog
2
~~~~~~~~~
3
4
+1.12.1
5
+======
6
+Date: 21.02.2023
7
+
8
+- ignore comment markers within string literals (#121)
9
10
11
1.12.0
12
======
13
Date: 02.02.2023
src/cpymad/__init__.py
@@ -4,7 +4,7 @@
__title__ = 'cpymad'
-__version__ = '1.12.0'
+__version__ = '1.12.1'
__summary__ = 'Cython binding to MAD-X'
__uri__ = 'https://github.com/hibtc/cpymad'
0 commit comments