Skip to content

Commit 927e242

Browse files
committed
updated requirements
1 parent 2d3b4be commit 927e242

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.4.0"
1+
__version__ = "0.4.1"

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.4.1] - 2024-01-01
6+
### Fix
7+
- Requirements
8+
9+
510
## [0.4.0] - 2023-12-18
611
### Change
712
- bbconf to use pipestat v0.6.0 and SQLModel

requirements/requirements-all.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
yacman>=0.9.1
2-
pipestat[db-backend]>=0.6.0a10
3-
geniml>=0.0.1
2+
pipestat[dbbackend]>=0.8.0
3+
geniml>=0.1.0
44
psycopg>=3.1.15

0 commit comments

Comments
 (0)