diff --git a/CHANGELOG.md b/CHANGELOG.md index f08d3af..89feed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +0.0.10 - 2024-02-02 +------------------- + +Test if implicit `GITHUB_TOKEN` works with `githubrelease`’s `master` branch + 0.0.9 - 2023-11-13 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 05937cc..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Test if implicit `GITHUB_TOKEN` works with `githubrelease`’s `master` branch diff --git a/pyproject.toml b/pyproject.toml index c3fec18..8086c48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "test-github-ci" -version = "0.0.9" +version = "0.0.10" 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 00ec2dc..9b36b86 100644 --- a/test_github_ci/__init__.py +++ b/test_github_ci/__init__.py @@ -1 +1 @@ -__version__ = "0.0.9" +__version__ = "0.0.10"