Skip to content

Commit 970a06f

Browse files
authored
bump to version 1.10.3 (#444)
1 parent c641c5c commit 970a06f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+56
-58
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-797170
88
# All rights reserved.
9-
# This file is part of Merlin, Version: 1.10.2.
9+
# This file is part of Merlin, Version: 1.10.3.
1010
#
1111
# For details, see https://github.com/LLNL/merlin.
1212
#

merlin/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-797170
88
# All rights reserved.
9-
# This file is part of Merlin, Version: 1.10.2.
9+
# This file is part of Merlin, Version: 1.10.3.
1010
#
1111
# For details, see https://github.com/LLNL/merlin.
1212
#
@@ -38,7 +38,7 @@
3838
import sys
3939

4040

41-
__version__ = "1.10.2"
41+
__version__ = "1.10.3"
4242
VERSION = __version__
4343
PATH_TO_PROJ = os.path.join(os.path.dirname(__file__), "")
4444

merlin/ascii_art.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-797170
88
# All rights reserved.
9-
# This file is part of Merlin, Version: 1.10.2.
9+
# This file is part of Merlin, Version: 1.10.3.
1010
#
1111
# For details, see https://github.com/LLNL/merlin.
1212
#

merlin/celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-797170
88
# All rights reserved.
9-
# This file is part of Merlin, Version: 1.10.2.
9+
# This file is part of Merlin, Version: 1.10.3.
1010
#
1111
# For details, see https://github.com/LLNL/merlin.
1212
#

merlin/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-797170
88
# All rights reserved.
9-
# This file is part of Merlin, Version: 1.10.2.
9+
# This file is part of Merlin, Version: 1.10.3.
1010
#
1111
# For details, see https://github.com/LLNL/merlin.
1212
#

merlin/common/abstracts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-797170
88
# All rights reserved.
9-
# This file is part of Merlin, Version: 1.10.2.
9+
# This file is part of Merlin, Version: 1.10.3.
1010
#
1111
# For details, see https://github.com/LLNL/merlin.
1212
#

merlin/common/abstracts/enums/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# LLNL-CODE-797170
88
# All rights reserved.
9-
# This file is part of Merlin, Version: 1.10.2.
9+
# This file is part of Merlin, Version: 1.10.3.
1010
#
1111
# For details, see https://github.com/LLNL/merlin.
1212
#

merlin/common/openfilelist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# LLNL-CODE-797170
1010
# All rights reserved.
11-
# This file is part of Merlin, Version: 1.10.2.
11+
# This file is part of Merlin, Version: 1.10.3.
1212
#
1313
# For details, see https://github.com/LLNL/merlin.
1414
#

merlin/common/opennpylib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# LLNL-CODE-797170
1010
# All rights reserved.
11-
# This file is part of Merlin, Version: 1.10.2.
11+
# This file is part of Merlin, Version: 1.10.3.
1212
#
1313
# For details, see https://github.com/LLNL/merlin.
1414
#

0 commit comments

Comments
 (0)