From 65575dcf84eb03538c7eb21a4c4c82caa2f6ecac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Tue, 19 Mar 2024 21:46:38 +0100 Subject: [PATCH 1/3] feat(release): prepare to v1.0.0 release BREAKING CHANGE: --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a4ee18..fb124ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,8 +71,7 @@ tag_format = "v$version" version_scheme = "pep440" version_provider = "poetry" changelog_start_rev = "v1.0.0" -update_changelog_on_bump = false -major_version_zero = true +update_changelog_on_bump = true [tool.coverage.run] branch = true From 0ef6cd63f3c895b6376fa15a4101ec683f7cfb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Tue, 19 Mar 2024 21:54:25 +0100 Subject: [PATCH 2/3] fix(readme): small doc change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a9e1b..dfe5d07 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ You can use this package as part of your MLOps toolkit or platform (e.g., Model # Install -This section details the requirements, actions, and next steps to kickstart your project. +This section details the requirements, actions, and next steps to kickstart your MLOps project. ## Prerequisites From 335468387a699fe0acf1076c6d970e5d991478a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Tue, 19 Mar 2024 21:55:09 +0100 Subject: [PATCH 3/3] refactor(release): version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb124ab..48c4ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "bikes" -version = "0.9.0" +version = "1.0.0" description = "Predict the number of bikes available." repository = "https://github.com/fmind/mlops-python-package" documentation = "https://fmind.github.io/mlops-python-package/"