Skip to content

Commit

Permalink
0.17.0-dev.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 12, 2024
1 parent 9cebe9d commit 2dd66dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion niceml/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.0-dev.4"
__version__ = "0.17.0-dev.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 2dd66dc

Please sign in to comment.