File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.15.6] - 2026-04-15 16:00:00
9+
10+ ### Added
11+
12+ - Changes to package files to use ` uv ` for packaging and running commands. See PR [ #1093 ] ( https://github.com/PSLmodels/OG-Core/pull/1093 )
13+
814## [ 0.15.5] - 2026-01-27 12:00:00
915
1016### Added
Original file line number Diff line number Diff line change 2020from ogcore .txfunc import * # noqa: F403
2121from ogcore .utils import * # noqa: F403
2222
23- __version__ = "0.15.5 "
23+ __version__ = "0.15.6 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ogcore"
7- version = " 0.15.4 "
7+ version = " 0.15.6 "
88authors = [
99 {name = " Jason DeBacker and Richard W. Evans" },
1010]
You can’t perform that action at this time.
0 commit comments