From b8535c234db0a63a9000cd3f332a4a6cdffeecb4 Mon Sep 17 00:00:00 2001 From: Oscar Branson Date: Tue, 14 Mar 2023 09:34:47 +0000 Subject: [PATCH] update to 0.4.7 --- HISTORY.rst | 12 ++++++++++++ cbsyst/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 317589b..d107f19 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,18 @@ Release History --------------- +0.4.7 (2023-03-14) +------------ +Updates to work with Kgen 0.2.0. + +0.4.6 (2023-03) +------------ +Fix Omega Units + +0.4.4 (2023-03) +------------ +Fix OmegaC + 0.4.3 (2023-02-07) ------------ Omega calculation. diff --git a/cbsyst/__init__.py b/cbsyst/__init__.py index 4722c43..bf40318 100644 --- a/cbsyst/__init__.py +++ b/cbsyst/__init__.py @@ -2,4 +2,4 @@ from cbsyst.helpers import data_out, Bunch, pH_scale_converter from kgen import calc_Ks -VERSION = '0.4.7-dev' +VERSION = '0.4.7'