diff --git a/docs/changelog.md b/docs/changelog.md index 831f24f8..a92fabc4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,10 +2,10 @@ 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. -## [0.5.1] - 2023-08-11 +## [0.5.1] - 2023-08-14 ### Fixed -- fix schema_path issue when building html reports for and obtaining schema from config file. +- fix schema_path issue when building html reports and obtaining schema from config file. ## [0.5.0] - 2023-08-08 ### Added diff --git a/pipestat/_version.py b/pipestat/_version.py index 3d187266..dd9b22cc 100644 --- a/pipestat/_version.py +++ b/pipestat/_version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1"