Skip to content

Commit 239d110

Browse files
"0.6.0a1" for alpha release
1 parent 7e63d90 commit 239d110

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/changelog.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010
- Add PipestatBoss wrapper class which holds `SamplePipestatManager` and `ProjectSamplePipestatManager` classes.
1111
- Add `to_dict` methods to parsed schema object.
1212

13+
### Fixed
14+
- Added path expansion when creating database url
15+
1316
### Changed
1417
- modify `get_records` to return new structure
1518
- Remove `get_orm` and replace with `get_model`
1619
- Remove `get_table_name` function
1720
- Refactor:
1821
- `sample_name` -> `record_identifier`
1922

20-
## [0.5.2] - 2023-08-14
21-
### Fixed
22-
- Added path expansion when creating database url
23-
2423
## [0.5.1] - 2023-08-14
2524
### Fixed
2625

pipestat/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.4a1"
1+
__version__ = "0.6.0a1"

0 commit comments

Comments
 (0)