From 838dace01f29569553dc8ea1172369d5d876889c Mon Sep 17 00:00:00 2001 From: Bill Becker Date: Tue, 21 Jan 2025 16:53:49 -0700 Subject: [PATCH] Update version # for Jan 2025 updates --- CHANGELOG.md | 4 ++-- Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddff7f3f..10e9872a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ Classify the change according to the following categories: ### Removed -## develop +## v0.50.0 ### Added - New parameter `force_dispatch` in the **ASHPSpaceHeater** and **ASHPWaterHeater** technologies (default = `true`). When kept at `true`, the ASHP's thermal output will be the minimum of the site load(s) served and the system size (adjusted for timestep-specific capacity factor) in each period. If set to `false`, ASHP will do economic dispatch considering COP and CF along with electricity prices. ### Fixed @@ -39,7 +39,7 @@ Classify the change according to the following categories: ## v0.49.1 ### Changed -- Swap an error for a warning with inconsistent load-year between electric and heating; soon to +- Swap an error for a warning with inconsistent load-year between electric and heating ## v0.49.0 ### Added diff --git a/Project.toml b/Project.toml index 570f4e35e..111735afd 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "REopt" uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6" authors = ["Nick Laws", "Hallie Dunham ", "Bill Becker ", "Bhavesh Rathod ", "Alex Zolan ", "Amanda Farthing "] -version = "0.49.1" +version = "0.50.0" [deps] ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"