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 3db9057 commit 1b9e438Copy full SHA for 1b9e438
2 files changed
eoxmagmod/eoxmagmod/__init__.py
@@ -142,7 +142,7 @@
142
except ImportError:
143
pass
144
145
-__version__ = '0.14.1'
+__version__ = '0.15.0'
146
__author__ = 'Martin Paces (martin.paces@eox.at)'
147
__copyright__ = 'Copyright (C) 2014-2026 EOX IT Services GmbH'
148
__licence__ = 'EOX licence (MIT style)'
eoxmagmod/eoxmagmod/version.h
@@ -28,5 +28,5 @@
28
*/
29
30
#ifndef VERSION
31
-#define VERSION "0.14.1"
+#define VERSION "0.15.0"
32
#endif
0 commit comments