From d404d0f2f5e4c425bd0eea932111afc883580f7e Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Tue, 10 Oct 2023 16:52:06 +0200 Subject: [PATCH] Release v13.1.2a1 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9cde7e4..0a4e5ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 13.1.2a1 (2023/10/10) + +UPDATES: + +- doc: clarify account term usage, document global case, and remove obsolete information +- ci: authenticate to PyPI with OIDC for publishing artifacts +- ci: enable GitHub's Merge Queue +- ci: replace Dependabot by RenovateBot with automerge enabled + +- deps: bump black from 23.7.0 to 23.9.1 +- deps: bump coverage from 7.3.0 to 7.3.1 +- deps: bump pytest from 7.4.1 to 7.4.2 +- deps: bump tox from 4.11.1 to 4.11.3 +- deps: lock file maintenance + # 13.1.1 (2023/09/11) FIXES: diff --git a/pyproject.toml b/pyproject.toml index 29d46c09..c4874675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "claranet-tfwrapper" -version = "13.1.2a0" +version = "13.1.2a1" description = "Claranet's `tfwrapper` is a wrapper for [Terraform](https://www.terraform.io/) implemented in python which aims to simplify Terraform usage and enforce best practices" authors = [] license = "Mozilla Public License Version 2.0"