Skip to content

Commit 0761d4b

Browse files
authored
Bump to 1.4.4 (#373)
1 parent d9d50b7 commit 0761d4b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda/meta.yaml

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="zstash",
5-
version="1.4.4rc2",
5+
version="1.4.4",
66
author="Ryan Forsyth, Chris Golaz, Zeshawn Shaheen",
77
88
description="Long term HPSS archiving software for E3SM",

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_url = "https://github.com/E3SM-Project/zstash.git"
33

44
[version]
5-
current = "1.4.4rc2"
5+
current = "1.4.4"
66

77
# Example of a semver regexp with support for PEP 440
88
# release candidates.Make sure this matches current_version

zstash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v1.4.4rc2"
1+
__version__ = "v1.4.4"

0 commit comments

Comments
 (0)