Skip to content

Commit

Permalink
bumping to full release version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rallen10 committed Dec 3, 2024
1 parent 3eef2e3 commit 9881e02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/kspdg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9881e02

Please sign in to comment.