From a9e57a29fb45e6e6dc51dc7e3582e4f35f23b651 Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Fri, 12 Apr 2024 23:24:36 -0700 Subject: [PATCH] Version bump to 2.2.15 to test alternative logic to deprecated utcfromtimestamp in store_data --- meta.yaml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta.yaml b/meta.yaml index 53f88a0..1b8e839 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pytplot" %} -{% set version = "2.2.14" %} +{% set version = "2.2.15" %} package: name: "{{ name|lower }}" @@ -7,7 +7,7 @@ package: source: git_url: https://github.com/MAVENSDC/pytplot.git - git_rev: v2.2.14 + git_rev: v2.2.15 build: number: 0 diff --git a/setup.cfg b/setup.cfg index 0bec0ef..c51e794 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytplot-mpl-temp -version = 2.2.14 +version = 2.2.15 author = MAVEN SDC author_email = mavensdc@lasp.colorado.edu description = A python version of IDL tplot libraries