Skip to content

Commit

Permalink
bump: version v0.12.0
Browse files Browse the repository at this point in the history
semantic-release new version: version 0.12.0
  • Loading branch information
semantic-release authored and mrjk committed Nov 17, 2022
1 parent 3125c8c commit 8dafa65
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 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.12.0 (2022-11-17)
### Feature
* Support for mike ([`3125c8c`](https://github.com/mrjk/python-project-poetry-template/commit/3125c8c7584d098539c8afb17e529c80984227e2))

## v0.11.11 (2022-11-17)
### Fix
* Ci scripts ([`d78a0fe`](https://github.com/mrjk/python-project-poetry-template/commit/d78a0fe72d648be5066e4ee302335aa400ac4330))
Expand Down
10 changes: 2 additions & 8 deletions VERSION_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
### Fix
* Ci scripts ([`d78a0fe`](https://github.com/mrjk/python-project-poetry-template/commit/d78a0fe72d648be5066e4ee302335aa400ac4330))
* Old project occurences ([`1478958`](https://github.com/mrjk/python-project-poetry-template/commit/147895837ea5d495ddca820b733ffc3bd088a291))
* Update ci scripts ([`6012679`](https://github.com/mrjk/python-project-poetry-template/commit/6012679eb980cc6733bf112f633c8ee0d664b261))

### Documentation
* Add documentation about tooling ([`bf8be39`](https://github.com/mrjk/python-project-poetry-template/commit/bf8be39e16bc8073fdee81a62697ff09e9150fe4))
* Update docs ([`de0109d`](https://github.com/mrjk/python-project-poetry-template/commit/de0109dbec7856755ce965c576c8aedb6713b5f3))
### Feature
* Support for mike ([`3125c8c`](https://github.com/mrjk/python-project-poetry-template/commit/3125c8c7584d098539c8afb17e529c80984227e2))
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.11.11"
__version__ = "0.12.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.11.11"
version = "0.12.0"
description = "Python Project Poetry Template"
authors = ["mrjk"]
license = "GPLv3"
Expand Down

0 comments on commit 8dafa65

Please sign in to comment.