From 79a7a612f3ad2e85fc20f0061d9bacc65717db1a Mon Sep 17 00:00:00 2001 From: blink1073 Date: Fri, 7 Oct 2022 13:57:44 +0000 Subject: [PATCH] Publish 0.1.11 SHA256 hashes: test_python_project-0.1.11-py2.py3-none-any.whl: e7de7d1b7f9e7e914b48e0193eaee933dad8934fffb508ce4c7ebd3563670719 test_python_project-0.1.11.tar.gz: fc647073fe225dcbc8f664296b6520209d10422c7486f8d08d7a764921650301 --- CHANGELOG.md | 18 ++++++++++++++++-- test_python_project/__init__.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178397c..a61911f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.1.11 + +([Full Changelog](https://github.com/blink1073/test-python-project/compare/v0.1.10...b42d55b0e1569abd7f8c881a93ed20ed4249da0e)) + +### Merged PRs + +- test action [#20](https://github.com/blink1073/test-python-project/pull/20) ([@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=2022-10-06&to=2022-10-07&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ablink1073%2Ftest-python-project+involves%3Ablink1073+updated%3A2022-10-06..2022-10-07&type=Issues) + + + ## 0.1.10 ([Full Changelog](https://github.com/blink1073/test-python-project/compare/v0.1.9...c42bcac60a760a1e1c7741ca86eab4bd9fc6487a)) @@ -21,8 +37,6 @@ [@blink1073](https://github.com/search?q=repo%3Ablink1073%2Ftest-python-project+involves%3Ablink1073+updated%3A2022-10-05..2022-10-06&type=Issues) - - ## 0.1.9 ([Full Changelog](https://github.com/blink1073/test-python-project/compare/v0.1.6...05be3a3ec805b7951892b02911a4589bc27cf68f)) diff --git a/test_python_project/__init__.py b/test_python_project/__init__.py index 4b39db6..e620db6 100644 --- a/test_python_project/__init__.py +++ b/test_python_project/__init__.py @@ -2,4 +2,4 @@ from .base import BaseClass __all__ = ["BaseClass", "base_function"] -__version__ = "0.1.10" +__version__ = "0.1.11"