Skip to content

Commit

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

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

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

## v0.13.2 (2022-11-17)
### Fix
* Update ci scripts ([`91f4570`](https://github.com/mrjk/python-project-poetry-template/commit/91f457089da0ce2bcd420c293b5a3398253fdd39))
Expand Down
4 changes: 3 additions & 1 deletion VERSION_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
### Fix
* Update ci scripts ([`91f4570`](https://github.com/mrjk/python-project-poetry-template/commit/91f457089da0ce2bcd420c293b5a3398253fdd39))
* 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))
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.2"
__version__ = "0.13.3"
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.2"
version = "0.13.3"
description = "Python Project Poetry Template"
authors = ["mrjk"]
license = "GPLv3"
Expand Down

0 comments on commit 269a9f1

Please sign in to comment.