Skip to content

Commit 686d1af

Browse files
authored
Merge pull request #642 from xylar/update-to-1.2.1
Update to v1.2.1
2 parents 676f2ef + 40102bc commit 686d1af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ authors:
7676
family-names: Smith
7777
repository-code: 'https://github.com/MPAS-Dev/MPAS-Tools'
7878
url: 'https://mpas-dev.github.io/MPAS-Tools/master/'
79-
version: 1.2.0
80-
date-released: '2025-06-06'
79+
version: 1.2.1
80+
date-released: '2025-06-12'
8181

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

conda_package/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mpas_tools" %}
2-
{% set version = "1.2.0" %}
2+
{% set version = "1.2.1" %}
33

44
package:
55
name: {{ name|lower }}

0 commit comments

Comments
 (0)