Skip to content

Commit

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

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

## v0.13.0 (2022-11-17)
### 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))

## v0.12.3 (2022-11-17)
### Fix
* Mike bugs ([`b3658b4`](https://github.com/mrjk/python-project-poetry-template/commit/b3658b42a20dc5ee9ef957f5c102a6fd92464512))
Expand Down
10 changes: 6 additions & 4 deletions VERSION_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Fix
* Mike bugs ([`b3658b4`](https://github.com/mrjk/python-project-poetry-template/commit/b3658b42a20dc5ee9ef957f5c102a6fd92464512))
### 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))

### Documentation
* Update docs ([`890a002`](https://github.com/mrjk/python-project-poetry-template/commit/890a002cd9354cce1b3ef7fa58b53ae251feb8e4))
### Fix
* Mike bugs ([`4e0ec4e`](https://github.com/mrjk/python-project-poetry-template/commit/4e0ec4e20e07f235aeb3c6625f255a132bc3a929))
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.12.3"
__version__ = "0.13.0"
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.12.3"
version = "0.13.0"
description = "Python Project Poetry Template"
authors = ["mrjk"]
license = "GPLv3"
Expand Down

0 comments on commit bb1cf84

Please sign in to comment.