From 706d90f4d5ca6ec80c94e44205be84f6a1435f18 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Mon, 14 Aug 2023 00:26:12 +0000 Subject: [PATCH 1/2] Publish 0.1.27 SHA256 hashes: test_python_project-0.1.27-py2.py3-none-any.whl: d238a86f24c1358546cfc470f8a1550736a7673ed2bb1bded1b64f1bdb3ac22d test_python_project-0.1.27.tar.gz: 01dd6c4a8e7cf4e7b00c23e61eee5440b3c65653e1aded703da9c0efbdc625ea --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++-- test_python_project/__init__.py | 2 +- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bb99e..4c403e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ +## 0.1.27 + +([Full Changelog](https://github.com/blink1073/test-python-project/compare/v0.1.23...edbd88e9a46e056689007fc7e85b6e00bb5b6cd9)) + +### Bugs fixed + +- Update publish-release.yml [#86](https://github.com/blink1073/test-python-project/pull/86) ([@blink1073](https://github.com/blink1073)) + +### Maintenance and upkeep improvements + +- \[ci skip\] Release 0.1.26 [#85](https://github.com/blink1073/test-python-project/pull/85) ([@blink1073](https://github.com/blink1073)) +- \[ci skip\] Release 0.1.25 [#84](https://github.com/blink1073/test-python-project/pull/84) ([@blink1073](https://github.com/blink1073)) +- \[ci skip\] Release 0.1.24 [#83](https://github.com/blink1073/test-python-project/pull/83) ([@blink1073](https://github.com/blink1073)) + +### Other merged PRs + +- Update publish-release.yml [#80](https://github.com/blink1073/test-python-project/pull/80) ([@blink1073](https://github.com/blink1073)) +- Update publish-release.yml [#77](https://github.com/blink1073/test-python-project/pull/77) ([@blink1073](https://github.com/blink1073)) +- Update publish-release.yml [#75](https://github.com/blink1073/test-python-project/pull/75) ([@blink1073](https://github.com/blink1073)) +- Update foo4.txt [#67](https://github.com/blink1073/test-python-project/pull/67) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/blink1073/test-python-project/graphs/contributors?from=2023-08-11&to=2023-08-14&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ablink1073%2Ftest-python-project+involves%3Ablink1073+updated%3A2023-08-11..2023-08-14&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ablink1073%2Ftest-python-project+involves%3Agithub-actions+updated%3A2023-08-11..2023-08-14&type=Issues) + + + ## 0.1.26 ([Full Changelog](https://github.com/blink1073/test-python-project/compare/v0.1.23...89758fc858b487cfcf0d98711810924e71793fc6)) @@ -24,8 +53,6 @@ [@blink1073](https://github.com/search?q=repo%3Ablink1073%2Ftest-python-project+involves%3Ablink1073+updated%3A2023-08-11..2023-08-13&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ablink1073%2Ftest-python-project+involves%3Agithub-actions+updated%3A2023-08-11..2023-08-13&type=Issues) - - ## 0.1.25 ([Full Changelog](https://github.com/blink1073/test-python-project/compare/v0.1.23...c3e815f2e9cf52bad590e0e2670fefd119c38391)) diff --git a/test_python_project/__init__.py b/test_python_project/__init__.py index 23f7201..dfe6292 100644 --- a/test_python_project/__init__.py +++ b/test_python_project/__init__.py @@ -1,4 +1,4 @@ from .base import BaseClass, base_function __all__ = ["BaseClass", "base_function"] -__version__ = "0.2.0.dev0" +__version__ = "0.1.27" From 2c3164a75b36b9ffa47ee6460edcf40ddeea3a7e Mon Sep 17 00:00:00 2001 From: blink1073 Date: Mon, 14 Aug 2023 00:26:13 +0000 Subject: [PATCH 2/2] Bump to 0.2.0.dev0 --- test_python_project/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_python_project/__init__.py b/test_python_project/__init__.py index dfe6292..23f7201 100644 --- a/test_python_project/__init__.py +++ b/test_python_project/__init__.py @@ -1,4 +1,4 @@ from .base import BaseClass, base_function __all__ = ["BaseClass", "base_function"] -__version__ = "0.1.27" +__version__ = "0.2.0.dev0"