From 9881e02596e2200a2452a3cd39aa6b86b7816149 Mon Sep 17 00:00:00 2001 From: Ross Allen Date: Tue, 3 Dec 2024 13:31:05 -0800 Subject: [PATCH] bumping to full release version 0.9.2 --- CHANGELOG.md | 4 ++-- src/kspdg/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 098eb5d..88b385c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +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). -## [UNRELEASED] - XXXX.XX.XX +## [v0.9.2] - 2024.12.03 ### Fixed + Private-source julia files included as setuptools package-data so that they are present when pip installing kspdg + test_jl_solvers.py imports julia files from kspdg install point, not from relative path from test script, to ensure files are present at install point -## [0.9.1] - 2024.12.02 +## [v0.9.1] - 2024.12.02 ### Added diff --git a/src/kspdg/__init__.py b/src/kspdg/__init__.py index 1aef186..a8083bf 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.2-2" +__version__ = "0.9.2" # these imports make the individual environments accessible at the top-level # of the library and assign an environment version number