From 6f238d9a229fa3c686f38110117de55272f24dba Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 15 Oct 2022 17:51:34 +0000 Subject: [PATCH] build: release v0.7.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7086400..36650aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.7.5 (2022-10-15) +### Fix +* **deps:** Update dependencies ([`2aa0ac3`](https://github.com/KSmanis/pip-autocompile/commit/2aa0ac364cd375087c095964458e8e75a85682c8)) + ## v0.7.4 (2022-03-25) ### Fix * **deps:** Update dependency python-on-whales to ^0.40.0 ([`030380b`](https://github.com/KSmanis/pip-autocompile/commit/030380b5795bfbd112170026624d8e6e520e91e5)) diff --git a/pyproject.toml b/pyproject.toml index a872f69..54dfeaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pip-autocompile" -version = "0.7.4" +version = "0.7.5" description = "Automate pip-compile for multiple environments." license = "MIT" authors = ["Konstantinos Smanis "]