Skip to content

Commit

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

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

## v0.13.4 (2022-11-17)
### Fix
* Simple bugfix3 ([`e57b1db`](https://github.com/mrjk/python-project-poetry-template/commit/e57b1db095f165177396a53477355cee261709ff))
* Simple bugfix2 ([`14b37a9`](https://github.com/mrjk/python-project-poetry-template/commit/14b37a9dacfdb3c3c62fd4d8920249244f8eeeeb))
* Simple bugfix1 ([`8d1b057`](https://github.com/mrjk/python-project-poetry-template/commit/8d1b057f3f35aa34c28dd12d390a5f0825138a6e))

### Documentation
* Allow mention about old doc on website ([`33118f3`](https://github.com/mrjk/python-project-poetry-template/commit/33118f30aa4e8d9c2163cde0aebdcbb2f7ba4b81))
* Change version ([`4a80def`](https://github.com/mrjk/python-project-poetry-template/commit/4a80def40304a5bdb2ce9e8919d91e47acfb8553))

## v0.13.3 (2022-11-17)
### Fix
* Task bugs ([`4f69f87`](https://github.com/mrjk/python-project-poetry-template/commit/4f69f870f404b0f36aad38bdf97a110f6c9e5992))
Expand Down
10 changes: 7 additions & 3 deletions VERSION_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
### Fix
* Task bugs ([`4f69f87`](https://github.com/mrjk/python-project-poetry-template/commit/4f69f870f404b0f36aad38bdf97a110f6c9e5992))
* Mike bugs ([`3860633`](https://github.com/mrjk/python-project-poetry-template/commit/3860633eb7fa60d340c76738a365e7b84563d759))
* Workflow bug ([`dd12de1`](https://github.com/mrjk/python-project-poetry-template/commit/dd12de1a1efae21e144abb4385f32602925964c3))
* Simple bugfix3 ([`e57b1db`](https://github.com/mrjk/python-project-poetry-template/commit/e57b1db095f165177396a53477355cee261709ff))
* Simple bugfix2 ([`14b37a9`](https://github.com/mrjk/python-project-poetry-template/commit/14b37a9dacfdb3c3c62fd4d8920249244f8eeeeb))
* Simple bugfix1 ([`8d1b057`](https://github.com/mrjk/python-project-poetry-template/commit/8d1b057f3f35aa34c28dd12d390a5f0825138a6e))

### Documentation
* Allow mention about old doc on website ([`33118f3`](https://github.com/mrjk/python-project-poetry-template/commit/33118f30aa4e8d9c2163cde0aebdcbb2f7ba4b81))
* Change version ([`4a80def`](https://github.com/mrjk/python-project-poetry-template/commit/4a80def40304a5bdb2ce9e8919d91e47acfb8553))
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.3"
__version__ = "0.13.4"
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.3"
version = "0.13.4"
description = "Python Project Poetry Template"
authors = ["mrjk"]
license = "GPLv3"
Expand Down

0 comments on commit efa2285

Please sign in to comment.