From 32226b21e01700fdcf85e99eadbad8ae4d364af3 Mon Sep 17 00:00:00 2001 From: Yair Siman Tov <63305203+yairsimantov20@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:08:02 +0300 Subject: [PATCH 1/2] 0.1.0.rc2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53f1f3df08..261b95bc84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "port-ocean" -version = "0.1.0.rc1" +version = "0.1.0.rc2" description = "Port Ocean is a CLI tool for managing your Port projects." readme = "README.md" homepage = "https://app.getport.io" @@ -120,4 +120,4 @@ exclude = ''' |\.venv |integrations )/ -''' \ No newline at end of file +''' From ace1d7d520ef4dd42d5b1c2f16aeab5754b246a1 Mon Sep 17 00:00:00 2001 From: Yair Siman Tov <63305203+yairsimantov20@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:10:48 +0300 Subject: [PATCH 2/2] update the cookiecutter ocean version --- .../{{cookiecutter.integration_slug}}/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/pyproject.toml b/port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/pyproject.toml index 17b48dd6ed..4d25c4e997 100644 --- a/port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/pyproject.toml +++ b/port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/pyproject.toml @@ -6,7 +6,7 @@ authors = ["{{cookiecutter.full_name}} <{{cookiecutter.email}}>"] [tool.poetry.dependencies] python = "^3.11" -port_ocean = { version = "^0.1.0.dev3", extras = ["cli"] } +port_ocean = { version = "^0.1.0", extras = ["cli"] } [tool.poetry.group.dev.dependencies] pytest = "^7.2" @@ -67,4 +67,4 @@ exclude = ''' |\.venv |Dockerfile )/ -''' \ No newline at end of file +'''