From 14f37a3017de8666c8af0f3f0f024f38de390a23 Mon Sep 17 00:00:00 2001 From: Ross Allen Date: Tue, 10 Sep 2024 12:11:23 -0700 Subject: [PATCH] updating changelog and bumping to full v0.9.0 --- CHANGELOG.md | 3 ++- src/kspdg/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccf5a9..9f66f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [v0.9.0-beta] - 2024.09.10 +## [v0.9.0] - 2024.09.10 ### Added @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed + Conditional statements for importing LBG1_LG3 environments so that the lighter-weight install of kspdg without `juliacall` dependency does not error on import ++ Handling of SSL_CERT_FILE in `install_julia_deps.py` ### Changed diff --git a/src/kspdg/__init__.py b/src/kspdg/__init__.py index f0ded74..bce5b92 100644 --- a/src/kspdg/__init__.py +++ b/src/kspdg/__init__.py @@ -5,7 +5,7 @@ # Single-sourcing package version # https://packaging.python.org/guides/single-sourcing-package-version/ -__version__ = "0.9.0-beta" +__version__ = "0.9.0" # these imports make the individual environments accessible at the top-level # of the library and assign an environment version number