Skip to content

Commit ea22059

Browse files
authored
Bump to 1.5.0 (#403)
1 parent d0a5934 commit ea22059

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.5.0rc4",
5+
version="1.5.0",
66
author="Ryan Forsyth, Chris Golaz, Zeshawn Shaheen",
77
author_email="forsyth2@llnl.gov, golaz1@llnl.gov, shaheen2@llnl.gov",
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.5.0rc4"
5+
current = "1.5.0"
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.5.0rc4"
1+
__version__ = "v1.5.0"

0 commit comments

Comments
 (0)