Skip to content

Commit f8f8a5c

Browse files
authored
Merge pull request #1148 from xylar/update-to-1.15.0
Update to v1.15.0
2 parents 0924926 + d911be9 commit f8f8a5c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ci/recipe/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ schema_version: 1
22

33
context:
44
name: MPAS-Analysis
5-
version: 1.14.0
6-
python_min: 3.10
5+
version: "1.15.0"
6+
python_min: "3.10"
77

88
package:
99
name: ${{ name|lower }}

mpas_analysis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 14, 0)
1+
__version_info__ = (1, 15, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 commit comments

Comments
 (0)