Skip to content

Commit 33b2eb7

Browse files
committed
bump version and update changelog
1 parent 73b5fb5 commit 33b2eb7

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

ogcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
from ogcore.txfunc import * # noqa: F403
2121
from ogcore.utils import * # noqa: F403
2222

23-
__version__ = "0.15.5"
23+
__version__ = "0.15.6"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ogcore"
7-
version = "0.15.4"
7+
version = "0.15.6"
88
authors = [
99
{name = "Jason DeBacker and Richard W. Evans"},
1010
]

0 commit comments

Comments
 (0)