Skip to content

Commit

Permalink
bump: version v0.9.0-beta.16
Browse files Browse the repository at this point in the history
semantic-release new version: version 0.9.0-beta.16
  • Loading branch information
semantic-release authored and mrjk committed Nov 16, 2022
1 parent f2b0511 commit d48acfd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.9.0-beta.16 (2022-11-16)
### Fix
* Little errors ([`f2b0511`](https://github.com/mrjk/python-project-poetry-template/commit/f2b0511ce37c0ba8783de2627a6d76ba37a55273))

## v0.9.0-beta.15 (2022-11-16)
### Fix
* Little errors ([`8893dc2`](https://github.com/mrjk/python-project-poetry-template/commit/8893dc2fc8e89fc12df9620c3d9d3d316f802fee))
Expand Down
3 changes: 1 addition & 2 deletions LAST_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
### Fix
* Little errors ([`8893dc2`](https://github.com/mrjk/python-project-poetry-template/commit/8893dc2fc8e89fc12df9620c3d9d3d316f802fee))
* Missing RELEASE.md ([`8efd20e`](https://github.com/mrjk/python-project-poetry-template/commit/8efd20ebfa603068c457d42e0de7f1f769c61da5))
* Little errors ([`f2b0511`](https://github.com/mrjk/python-project-poetry-template/commit/f2b0511ce37c0ba8783de2627a6d76ba37a55273))
2 changes: 1 addition & 1 deletion myprj/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.9.0-beta.15"
__version__ = "0.9.0-beta.16"
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-project-poetry-template"
version = "0.9.0-beta.15"
version = "0.9.0-beta.16"
description = "Python Project Poetry Template"
authors = ["mrjk"]
license = "GPLv3"
Expand Down

0 comments on commit d48acfd

Please sign in to comment.