Skip to content

Commit

Permalink
Publish 0.1.11
Browse files Browse the repository at this point in the history
SHA256 hashes:

test_python_project-0.1.11-py2.py3-none-any.whl: e7de7d1b7f9e7e914b48e0193eaee933dad8934fffb508ce4c7ebd3563670719

test_python_project-0.1.11.tar.gz: fc647073fe225dcbc8f664296b6520209d10422c7486f8d08d7a764921650301
  • Loading branch information
blink1073 committed Oct 7, 2022
1 parent b42d55b commit 79a7a61
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.10

([Full Changelog](https://github.com/blink1073/test-python-project/compare/v0.1.9...c42bcac60a760a1e1c7741ca86eab4bd9fc6487a))
Expand All @@ -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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.9

([Full Changelog](https://github.com/blink1073/test-python-project/compare/v0.1.6...05be3a3ec805b7951892b02911a4589bc27cf68f))
Expand Down
2 changes: 1 addition & 1 deletion test_python_project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .base import BaseClass

__all__ = ["BaseClass", "base_function"]
__version__ = "0.1.10"
__version__ = "0.1.11"

0 comments on commit 79a7a61

Please sign in to comment.