diff --git a/CHANGELOG.md b/CHANGELOG.md index 11132bc..48276ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +0.0.8 - 2023-10-31 +------------------ + +Confirm the token + 0.0.7 - 2023-10-31 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index ed6594a..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Confirm the token diff --git a/pyproject.toml b/pyproject.toml index 33d63a4..919279f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "test-github-ci" -version = "0.0.7" +version = "0.0.8" description = "This project tests AutoPub with GitHub Actions CI." authors = ["BotPub <52496925+botpub@users.noreply.github.com>"] readme = "README.md" diff --git a/test_github_ci/__init__.py b/test_github_ci/__init__.py index 6526deb..a73339b 100644 --- a/test_github_ci/__init__.py +++ b/test_github_ci/__init__.py @@ -1 +1 @@ -__version__ = "0.0.7" +__version__ = "0.0.8"