From 1de2c65027d02a885dda61727dfe83a3404badcf Mon Sep 17 00:00:00 2001
From: marrrcin
Date: Thu, 24 Nov 2022 16:13:24 +0100
Subject: [PATCH 1/2] Readme update
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index eb44f51..5636b86 100644
--- a/README.md
+++ b/README.md
@@ -16,5 +16,5 @@
# Coming soon!
-Stay tuned.
+Stay tuned or connect with us directly.
From 58b8954102d0f7660b130a1439bfd1e82937bb61 Mon Sep 17 00:00:00 2001
From: github-actions
Date: Thu, 24 Nov 2022 15:15:11 +0000
Subject: [PATCH 2/2] FIX #1 - Bump version and CHANGELOG for release 0.0.1
---
.bumpversion.cfg | 7 +++++--
.copier-answers.yml | 2 +-
CHANGELOG.md | 6 ++++++
kedro_sagemaker/__init__.py | 2 +-
pyproject.toml | 2 +-
sonar-project.properties | 2 +-
6 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index defb43a..9a61b1e 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,7 +1,10 @@
[bumpversion]
-current_version = 0.0.0
+current_version = 0.0.1
[bumpversion:file:pyproject.toml]
+
[bumpversion:file:sonar-project.properties]
+
[bumpversion:file:kedro_sagemaker/__init__.py]
-[bumpversion:file:.copier-answers.yml]
\ No newline at end of file
+
+[bumpversion:file:.copier-answers.yml]
diff --git a/.copier-answers.yml b/.copier-answers.yml
index e9496ed..01a3181 100644
--- a/.copier-answers.yml
+++ b/.copier-answers.yml
@@ -7,7 +7,7 @@ description: Kedro plugin with AWS SageMaker Pipelines support
docs_url: https://kedro-sagemaker.readthedocs.io/
full_name: Kedro SageMaker Pipelines plugin
github_url: https://github.com/getindata/kedro-sagemaker
-initial_version: 0.0.0
+initial_version: 0.0.1
keywords:
- kedro
- sagemaker
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60761b7..da9323e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,4 +2,10 @@
## [Unreleased]
+## [0.0.1] - 2022-11-24
+
- Project seed prepared
+
+[Unreleased]: https://github.com/getindata/kedro-sagemaker/compare/0.0.1...HEAD
+
+[0.0.1]: https://github.com/getindata/kedro-sagemaker/compare/1de2c65027d02a885dda61727dfe83a3404badcf...0.0.1
diff --git a/kedro_sagemaker/__init__.py b/kedro_sagemaker/__init__.py
index 6c8e6b9..f102a9c 100644
--- a/kedro_sagemaker/__init__.py
+++ b/kedro_sagemaker/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.0"
+__version__ = "0.0.1"
diff --git a/pyproject.toml b/pyproject.toml
index 231c2ad..2203b38 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kedro-sagemaker"
-version = "0.0.0"
+version = "0.0.1"
description = "Kedro plugin with AWS SageMaker Pipelines support"
readme = "README.md"
authors = ['Marcin Zabłocki ']
diff --git a/sonar-project.properties b/sonar-project.properties
index ef99cd6..6e0a95f 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -6,7 +6,7 @@ sonar.tests=tests/
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.9
-sonar.projectVersion=0.0.0
+sonar.projectVersion=0.0.1
sonar.projectDescription=Kedro plugin with AWS SageMaker Pipelines support
sonar.links.homepage=https://kedro-sagemaker.readthedocs.io/
sonar.links.ci=https://github.com/getindata/kedro-sagemaker/actions