From e18967ac43bb1b46efaba096c06d5f5b3f8b702c Mon Sep 17 00:00:00 2001 From: Deepanshu Agarwal Date: Fri, 3 Nov 2023 17:30:55 +0530 Subject: [PATCH 1/3] Update for Releasing 0.1.0 Signed-off-by: Deepanshu Agarwal --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b646071..7531d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v0.1.0 ### New diff --git a/pyproject.toml b/pyproject.toml index 5eb9675..0ad8556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "durabletask" -version = "0.1.0-alpha.5" +version = "0.1.0" description = "A Durable Task Client SDK for Python" keywords = [ "durable", From e3001c0ec9addbb363c9d308734392e11c9e7acf Mon Sep 17 00:00:00 2001 From: Deepanshu Agarwal Date: Fri, 3 Nov 2023 17:36:13 +0530 Subject: [PATCH 2/3] Update for Releasing 0.1.0a6 Signed-off-by: Deepanshu Agarwal --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7531d29..dc78c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v0.1.0 +## v0.1.0a6 ### New diff --git a/pyproject.toml b/pyproject.toml index 0ad8556..aeb94e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "durabletask" -version = "0.1.0" +version = "0.1.0-alpha.6" description = "A Durable Task Client SDK for Python" keywords = [ "durable", From 1193a6e1404bf32420dcf296258e981099795c86 Mon Sep 17 00:00:00 2001 From: Deepanshu Agarwal Date: Fri, 3 Nov 2023 17:42:49 +0530 Subject: [PATCH 3/3] revert to 0.1.0 Signed-off-by: Deepanshu Agarwal --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc78c09..7531d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v0.1.0a6 +## v0.1.0 ### New diff --git a/pyproject.toml b/pyproject.toml index aeb94e9..0ad8556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "durabletask" -version = "0.1.0-alpha.6" +version = "0.1.0" description = "A Durable Task Client SDK for Python" keywords = [ "durable",