From e39e6fa2d9e07ff50238ea4d27f908085b9de392 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 10 Apr 2022 23:32:28 +0000 Subject: [PATCH] 1.0.0-beta.4 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 1deba9f..e37d471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.0.0-beta.4 (2022-04-10) +### Fix +* Remove note about python 2 compatibility ([`677121a`](https://github.com/OpenNBS/pynbs/commit/677121a6ab086976261dc1031bc83d6175564fca)) + ## v1.0.0-beta.3 (2022-04-10) ### Fix * Remove py.typed for now ([`440c96b`](https://github.com/OpenNBS/pynbs/commit/440c96b6152d73b9c03f809ccd1615b723d9345b)) diff --git a/pyproject.toml b/pyproject.toml index 62e4be8..7cf8fab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynbs" -version = "1.0.0-beta.3" +version = "1.0.0-beta.4" description = "A simple python library to read and write .nbs files from Note Block Studio" authors = ["Valentin Berlier ", "Bentroen "] license = "MIT"