Skip to content

Commit 1b9e438

Browse files
committed
Version bump (0.15.0)
1 parent 3db9057 commit 1b9e438

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eoxmagmod/eoxmagmod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
except ImportError:
143143
pass
144144

145-
__version__ = '0.14.1'
145+
__version__ = '0.15.0'
146146
__author__ = 'Martin Paces (martin.paces@eox.at)'
147147
__copyright__ = 'Copyright (C) 2014-2026 EOX IT Services GmbH'
148148
__licence__ = 'EOX licence (MIT style)'

eoxmagmod/eoxmagmod/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
*/
2929

3030
#ifndef VERSION
31-
#define VERSION "0.14.1"
31+
#define VERSION "0.15.0"
3232
#endif

0 commit comments

Comments
 (0)