From 239d110763e244868a69eec9ca46f8701e16d85f Mon Sep 17 00:00:00 2001 From: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:35:10 -0400 Subject: [PATCH] "0.6.0a1" for alpha release --- docs/changelog.md | 7 +++---- pipestat/_version.py | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 76dd56c3..dd98c332 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Add PipestatBoss wrapper class which holds `SamplePipestatManager` and `ProjectSamplePipestatManager` classes. - Add `to_dict` methods to parsed schema object. +### Fixed +- Added path expansion when creating database url + ### Changed - modify `get_records` to return new structure - Remove `get_orm` and replace with `get_model` @@ -17,10 +20,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Refactor: - `sample_name` -> `record_identifier` -## [0.5.2] - 2023-08-14 -### Fixed -- Added path expansion when creating database url - ## [0.5.1] - 2023-08-14 ### Fixed diff --git a/pipestat/_version.py b/pipestat/_version.py index 63f50347..c6422df7 100644 --- a/pipestat/_version.py +++ b/pipestat/_version.py @@ -1 +1 @@ -__version__ = "0.5.4a1" +__version__ = "0.6.0a1"