Skip to content

Commit e74d710

Browse files
authored
Merge pull request #673 from andrewdnolan/update-to-1.3.2
Update to v1.3.2
2 parents 3118538 + 660fb80 commit e74d710

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
@@ -79,5 +79,5 @@ authors:
7979
family-names: Smith
8080
repository-code: 'https://github.com/MPAS-Dev/MPAS-Tools'
8181
url: 'https://mpas-dev.github.io/MPAS-Tools/master/'
82-
version: 1.3.1
83-
date-released: '2025-08-18'
82+
version: 1.3.2
83+
date-released: '2025-09-02'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 3, 1)
1+
__version_info__ = (1, 3, 2)
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.3.1" %}
2+
{% set version = "1.3.2" %}
33

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

0 commit comments

Comments
 (0)