Skip to content

Commit d5f1750

Browse files
Merge pull request #75 from databio/dev
Release 0.10.2
2 parents 69cc387 + 3ae59b4 commit d5f1750

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

bbconf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.1"
1+
__version__ = "0.10.2"

docs/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.
44

5+
## [0.10.2] - 2025-01-09
6+
7+
### Changed:
8+
- Updated version of zarr
9+
10+
511
## [0.10.1] - 2025-01-07
612

713
### Changed:
@@ -24,7 +30,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2430
## [0.9.0] - 2024-11-07
2531

2632
### Changed
27-
- Fixed bug with uploading tss dist plot\
33+
- Fixed bug with uploading tss dist plot
2834

2935
### Added
3036
- Added annotations to bedsets (author, source)

requirements/requirements-all.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ botocore
88
boto3 >= 1.34.54
99
pephubclient >= 0.4.5
1010
sqlalchemy_schemadisplay
11-
zarr
11+
zarr < 3.0.0
1212
pyyaml >= 6.0.1 # for s3fs because of the errors
1313
s3fs >= 2024.3.1
1414
pandas >= 2.0.0
15+
pybiocfilecache == 0.6.1

0 commit comments

Comments
 (0)