From 2d3d7699b4f5fd34d806dee782a4c1858411b506 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Jul 2023 04:56:43 +0000 Subject: [PATCH] 4.7.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8be63..c37e73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v4.7.5 (2023-07-12) + +### Fix + +* **deps:** Update dependency kaleido to v0.2.1.post1 ([`44fdb78`](https://github.com/billsioros/RoughGAN/commit/44fdb78e59769e42e947a6b866e73f65f1a741e6)) + +### Documentation + +* Remove `all-contributors` spec ([`49a9e49`](https://github.com/billsioros/RoughGAN/commit/49a9e496c4a688fbf419b7e97c1dda55f4e5edf6)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.4...v4.7.5)** + ## v4.7.4 (2023-07-11) ### Fix @@ -50,6 +62,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v4.7.5 (2023-07-12) + +### Fix + +* **deps:** Update dependency kaleido to v0.2.1.post1 ([`44fdb78`](https://github.com/billsioros/RoughGAN/commit/44fdb78e59769e42e947a6b866e73f65f1a741e6)) + +### Documentation + +* Remove `all-contributors` spec ([`49a9e49`](https://github.com/billsioros/RoughGAN/commit/49a9e496c4a688fbf419b7e97c1dda55f4e5edf6)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.4...v4.7.5)** + ## v4.7.4 (2023-07-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 499ae03..5302a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ strict = true [tool.poetry] name = "RoughGAN" -version = "4.7.4" +version = "4.7.5" description = "A nanorough surfaces oriented ML library" readme = "README.md" authors = ["Vasilis Sioros "]