From 7251207ff575bdc5821b57ca9a00c54dc9a6fcad Mon Sep 17 00:00:00 2001 From: botpub Date: Fri, 21 Aug 2020 07:57:49 +0000 Subject: [PATCH] Release TestProj 0.0.1 --- CHANGELOG.md | 8 ++++++++ RELEASE.md | 3 --- pyproject.toml | 2 +- test_github_ci/__init__.py | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6f3801d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +CHANGELOG +========= + +0.0.1 - 2020-08-21 +------------------ + +Initial commit to project + diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 200de1f..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Initial commit to project diff --git a/pyproject.toml b/pyproject.toml index 16b7328..8e0823b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "test-github-ci" -version = "0.0.0" +version = "0.0.1" description = "This project tests AutoPub with GitHub Actions CI." authors = ["BotPub "] readme = "README.md" diff --git a/test_github_ci/__init__.py b/test_github_ci/__init__.py index 6c8e6b9..f102a9c 100644 --- a/test_github_ci/__init__.py +++ b/test_github_ci/__init__.py @@ -1 +1 @@ -__version__ = "0.0.0" +__version__ = "0.0.1"