From 5c54d3f937e2f395fddf799871e30e9669e5b0d4 Mon Sep 17 00:00:00 2001 From: NomBot <117409387+nominal-bot@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:53:04 -0400 Subject: [PATCH] chore: release main --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0d1bebe1..093be7e3 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f86e8a5..4d29542c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/nominal-io/nominal-client/compare/v1.6.0...v1.6.1) (2024-10-09) + + +### Chores + +* add package-name to config ([#76](https://github.com/nominal-io/nominal-client/issues/76)) ([40c616a](https://github.com/nominal-io/nominal-client/commit/40c616ae9ec079e985d13c4fbd54a2792b9b193d)) + ## [1.6.0](https://github.com/nominal-io/nominal-client/compare/v1.5.0...v1.6.0) (2024-10-09) diff --git a/pyproject.toml b/pyproject.toml index c17f9c2f..17643949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nominal" -version = "1.6.0" +version = "1.6.1" description = "Automate Nominal workflows in Python" authors = [ "Alexander Reynolds ",