Skip to content

Commit

Permalink
bump: version v0.13.2
Browse files Browse the repository at this point in the history
semantic-release new version: version 0.13.2
  • Loading branch information
semantic-release authored and mrjk committed Nov 17, 2022
1 parent 91f4570 commit b8cf455
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.13.2 (2022-11-17)
### Fix
* Update ci scripts ([`91f4570`](https://github.com/mrjk/python-project-poetry-template/commit/91f457089da0ce2bcd420c293b5a3398253fdd39))

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

0 comments on commit b8cf455

Please sign in to comment.