Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Harrison <[email protected]>
  • Loading branch information
github-actions[bot] and apoclyps authored Nov 15, 2023
1 parent 1ac1df3 commit 2ff0de0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.3.1](https://github.com/apoclyps/python-package-publish/compare/0.3.0...0.3.1) (2023-11-15)


### 🐛 Bug Fixes

* ensures on-commit runs on all branches ([ecb8b95](https://github.com/apoclyps/python-package-publish/commit/ecb8b958615bb9ab7064282d0f4ec14e965a291f))
* ensures tests assert on is not none ([249a245](https://github.com/apoclyps/python-package-publish/commit/249a245b0a27584acf1b9367744b493ffc421520))
* ensures token is supplied to release action workflow ([1ac1df3](https://github.com/apoclyps/python-package-publish/commit/1ac1df3fc56805ffd85dbab7d14f49884f073ee2))
* removes main branch from on-commit ([ba00dee](https://github.com/apoclyps/python-package-publish/commit/ba00dee1b779c273cc5d8337bcdfd3a7eeac876c))

## [0.3.0](https://github.com/apoclyps/python-package-publish/compare/0.2.0...0.3.0) (2023-11-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-package-publish"
version = "0.3.0"
version = "0.3.1"
description = "A common shared library to demonstrate python package publishing"
authors = ["Kyle Harrison <[email protected]>"]
packages = [{ include = "python_package_publish" }]
Expand Down
2 changes: 1 addition & 1 deletion python_package_publish/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit 2ff0de0

Please sign in to comment.