From 828d71d78fa8642e420248bde4c99c2c2324ee96 Mon Sep 17 00:00:00 2001 From: Ryan Forsyth Date: Tue, 18 Jan 2022 10:53:04 -0800 Subject: [PATCH] Bump to 1.2.0rc2 --- conda/meta.yaml | 2 +- setup.py | 2 +- tbump.toml | 2 +- zstash/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 84007079..171fea40 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "zstash" %} -{% set version = "1.2.0rc1" %} +{% set version = "1.2.0rc2" %} package: name: {{ name|lower }} diff --git a/setup.py b/setup.py index 499971a5..9faa32ea 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="zstash", - version="1.2.0rc1", + version="1.2.0rc2", author="Ryan Forsyth, Chris Golaz, Zeshawn Shaheen", author_email="forsyth2@llnl.gov, golaz1@llnl.gov, shaheen2@llnl.gov", description="Long term HPSS archiving software for E3SM", diff --git a/tbump.toml b/tbump.toml index c72d75f5..bf9d5c91 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/zstash.git" [version] -current = "1.2.0rc1" +current = "1.2.0rc2" # Example of a semver regexp with support for PEP 440 # release candidates.Make sure this matches current_version diff --git a/zstash/__init__.py b/zstash/__init__.py index 63e729e2..082eb44c 100644 --- a/zstash/__init__.py +++ b/zstash/__init__.py @@ -1 +1 @@ -__version__ = "v1.2.0rc1" +__version__ = "v1.2.0rc2"