Skip to content

Commit

Permalink
bump: version v0.13.1
Browse files Browse the repository at this point in the history
semantic-release new version: version 0.13.1
  • Loading branch information
semantic-release authored and mrjk committed Nov 17, 2022
1 parent 41ecf29 commit c1814da
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.13.1 (2022-11-17)
### Fix
* Mike bugs ([`41ecf29`](https://github.com/mrjk/python-project-poetry-template/commit/41ecf2913f8344424b24f8029cc00a61c009d736))
* Mike bugs ([`f30c3ac`](https://github.com/mrjk/python-project-poetry-template/commit/f30c3ac71b0d2ebede4009b65a97046efbdd887c))

## v0.13.0 (2022-11-17)
### Feature
* New feature3 ([`5a0de20`](https://github.com/mrjk/python-project-poetry-template/commit/5a0de20e0dde7f735c707908d088992fbe658f73))
Expand Down
8 changes: 2 additions & 6 deletions VERSION_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
### Feature
* New feature3 ([`5a0de20`](https://github.com/mrjk/python-project-poetry-template/commit/5a0de20e0dde7f735c707908d088992fbe658f73))
* New feature2 ([`ee92014`](https://github.com/mrjk/python-project-poetry-template/commit/ee920144e9df7f27d09b38a0b253b6ec44d0516b))
* New feature1 ([`94421eb`](https://github.com/mrjk/python-project-poetry-template/commit/94421eb7b0b4b1edca41ffe8e6e84ed2ab3793d7))

### Fix
* Mike bugs ([`4e0ec4e`](https://github.com/mrjk/python-project-poetry-template/commit/4e0ec4e20e07f235aeb3c6625f255a132bc3a929))
* Mike bugs ([`41ecf29`](https://github.com/mrjk/python-project-poetry-template/commit/41ecf2913f8344424b24f8029cc00a61c009d736))
* Mike bugs ([`f30c3ac`](https://github.com/mrjk/python-project-poetry-template/commit/f30c3ac71b0d2ebede4009b65a97046efbdd887c))
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.13.0"
__version__ = "0.13.1"
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.13.0"
version = "0.13.1"
description = "Python Project Poetry Template"
authors = ["mrjk"]
license = "GPLv3"
Expand Down

0 comments on commit c1814da

Please sign in to comment.