From 8e7543c2bc4b7e07c76cc2da5ea20cd63b0c0587 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 31 Aug 2022 06:13:41 +0000 Subject: [PATCH] 0.7.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/pysnooz/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c71c8..8c7bfb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.7.2 (2022-08-31) +### Fix +* Issue URL + sleep on write retry ([`bc57d51`](https://github.com/AustinBrunkhorst/pysnooz/commit/bc57d510a3288ca234390583d71d2e1f02c55bc6)) + ## v0.7.1 (2022-08-30) ### Fix * Add missing f-string ([`8637d3b`](https://github.com/AustinBrunkhorst/pysnooz/commit/8637d3b00d4307461d5229e4b822895daa4896de)) diff --git a/pyproject.toml b/pyproject.toml index f57d1cf..ab3c463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnooz" -version = "0.7.1" +version = "0.7.2" description = "Control SNOOZ white noise machines." authors = ["Austin Brunkhorst "] license = "MIT" diff --git a/src/pysnooz/__init__.py b/src/pysnooz/__init__.py index a5f830a..bc8c296 100644 --- a/src/pysnooz/__init__.py +++ b/src/pysnooz/__init__.py @@ -1 +1 @@ -__version__ = "0.7.1" +__version__ = "0.7.2"