Skip to content

Commit 7bc11f9

Browse files
committed
Changes before v1.2.1 release.
1 parent 9d519d5 commit 7bc11f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cdp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
from . import cdp_parser
99
from . import cdp_run
1010

11-
__version__ = 'v1.2.0'
11+
__version__ = 'v1.2.1'
1212

conda/meta-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: cdp
3-
version: 1.2.0
3+
version: 1.2.1
44

55
source:
66
git_url: https://github.com/UV-CDAT/cdp.git
7-
git_rev: v1.2.0
7+
git_rev: v1.2.1
88

99
build:
1010
script: python setup.py install

setup.py

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

55
setup(
66
name="cdp",
7-
version="1.2.0",
7+
version="1.2.1",
88
author="Zeshawn Shaheen, Charles Doutriaux",
99
1010
description="Framework for creating scientific diagnostics.",

0 commit comments

Comments
 (0)