Skip to content

Commit e500eec

Browse files
committed
Merge branch 'gpimm/fix_changelog' into 'master'
Fix changelog See merge request minknow/pod5-file-format!376
2 parents 71d6968 + 0aacf04 commit e500eec

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes, updates, and fixes to pod5 will be documented here
77
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [0.3.23]
11+
12+
## Changed
13+
14+
- Removed use of python `build` when building wheel in cmake.
15+
1016
## [0.3.22]
1117

1218
## Added
@@ -20,7 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2026
- Refactored Multi-threading in `DatasetReader` to prevent too many open files errors
2127
- Updated dependency to `pyarrow~=18.0.0` for `python>=3.9`
2228
- Relaxed h5py python dependency
23-
- Removed use of python `build` when building wheel in cmake.
2429

2530
## [0.3.21]
2631

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ sphinx-rtd-theme
22
sphinx==v5.3.0
33
myst-parser
44
# Paths are relative to project root for ReadTheDocs and docs/Makefile
5-
pod5==0.3.22
5+
pod5==0.3.23

python/pod5/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"lib_pod5 == 0.3.22",
27+
"lib_pod5 == 0.3.23",
2828
"iso8601",
2929
'importlib-metadata; python_version<"3.8"',
3030
"more_itertools",

0 commit comments

Comments
 (0)