From 20d554567b8aa894f5d1abb2b0da51634a6fd517 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Wed, 3 Apr 2024 21:13:36 -0400 Subject: [PATCH] bump version --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 359bf0df..1ab6d15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.4] - 2024-04-03 15:00:00 + +### Added + +- PRs, #91, #93, and #94 update the configuration of Compute Studio hosted OG-USA web apps +- PR #89 adds more CI tests, updates the Jupyter Book documentation, and make fixes for the latest `pandas-datareader` +- PR #87 updates the `run_og_usa.py` script for better use of `dask` multiprocessing + ## [0.1.3] - 2024-02-12 15:00:00 ### Added diff --git a/setup.py b/setup.py index 74d40184..9c4a8796 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="ogusa", - version="0.1.3", + version="0.1.4", author="Jason DeBacker and Richard W. Evans", license="CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", description="USA calibration for OG-Core",