diff --git a/CHANGELOG.md b/CHANGELOG.md index c79b83b..3ff78c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## v0.17.0-dev.5 (2024-09-12) + +### Feature + +* feat: Add the ability to add a niceML formatted timestamp based on a given datetime object + +The timestmap format used in niceml has a special foramt. If it is necessary to create this, it can now be created based on a given datetime object. ([`9cebe9d`](https://github.com/codecentric-oss/niceml/commit/9cebe9d8d688a21aec2f83ccd69cd23edab89cb5)) + ## v0.17.0-dev.4 (2024-08-20) ### Fix diff --git a/niceml/__init__.py b/niceml/__init__.py index d83d1f9..eec76e4 100644 --- a/niceml/__init__.py +++ b/niceml/__init__.py @@ -1 +1 @@ -__version__ = "0.17.0-dev.4" +__version__ = "0.17.0-dev.5" diff --git a/pyproject.toml b/pyproject.toml index 19f7665..54b7e92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "niceml" -version = "0.17.0-dev.4" +version = "0.17.0-dev.5" description = "Welcome to niceML 🍦, a Python-based MLOps framework that uses TensorFlow and Dagster. This framework streamlines the development, and maintenance of machine learning models, providing an end-to-end solution for building efficient and scalable pipelines." authors = [ "Denis Stalz-John ",