From 6186fff8922d7a3cb640bdd13c19f866938c5457 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Jul 2023 06:42:57 +0000 Subject: [PATCH] 4.7.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e10ed6..ac7e40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v4.7.2 (2023-07-11) + +### Fix + +* Frozen dependencies ([`e0b53df`](https://github.com/billsioros/RoughGAN/commit/e0b53dfa8420ebdaee211981900429c1541b3408)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.1...v4.7.2)** + ## v4.7.1 (2023-07-11) ### Fix @@ -22,6 +30,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v4.7.2 (2023-07-11) + +### Fix + +* Frozen dependencies ([`e0b53df`](https://github.com/billsioros/RoughGAN/commit/e0b53dfa8420ebdaee211981900429c1541b3408)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.1...v4.7.2)** + ## v4.7.1 (2023-07-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e824614..2ba85b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ strict = true [tool.poetry] name = "RoughGAN" -version = "4.7.1" +version = "4.7.2" description = "A nanorough surfaces oriented ML library" readme = "README.md" authors = ["Vasilis Sioros "]