Skip to content

Commit

Permalink
bump: version v0.14.0
Browse files Browse the repository at this point in the history
semantic-release new version: version 0.14.0
  • Loading branch information
semantic-release authored and mrjk committed Nov 18, 2022
1 parent 78efe82 commit 0d904d8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 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.14.0 (2022-11-17)
### Feature
* New feature3 ([`78efe82`](https://github.com/mrjk/python-project-poetry-template/commit/78efe82241c36072d61c76190a2dc3f1e1e980b5))
* New feature2 ([`395a28a`](https://github.com/mrjk/python-project-poetry-template/commit/395a28a314eea4a8c222f574eceff9c845aa82bc))
* New feature1 ([`a973f6a`](https://github.com/mrjk/python-project-poetry-template/commit/a973f6a4d815cdeb1914e6d9e7c971aca7f5b593))

### Documentation
* Change version ([`87d5b70`](https://github.com/mrjk/python-project-poetry-template/commit/87d5b7094b6518ca60318bfe9f3189665a7a2815))
* Change version ([`d40b459`](https://github.com/mrjk/python-project-poetry-template/commit/d40b459d2310fd659d5eeb170342ceaffc113cf1))

## v0.13.4 (2022-11-17)
### Fix
* Simple bugfix3 ([`e57b1db`](https://github.com/mrjk/python-project-poetry-template/commit/e57b1db095f165177396a53477355cee261709ff))
Expand Down
12 changes: 6 additions & 6 deletions VERSION_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### 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))
### Feature
* New feature3 ([`78efe82`](https://github.com/mrjk/python-project-poetry-template/commit/78efe82241c36072d61c76190a2dc3f1e1e980b5))
* New feature2 ([`395a28a`](https://github.com/mrjk/python-project-poetry-template/commit/395a28a314eea4a8c222f574eceff9c845aa82bc))
* New feature1 ([`a973f6a`](https://github.com/mrjk/python-project-poetry-template/commit/a973f6a4d815cdeb1914e6d9e7c971aca7f5b593))

### 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))
* Change version ([`87d5b70`](https://github.com/mrjk/python-project-poetry-template/commit/87d5b7094b6518ca60318bfe9f3189665a7a2815))
* Change version ([`d40b459`](https://github.com/mrjk/python-project-poetry-template/commit/d40b459d2310fd659d5eeb170342ceaffc113cf1))
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.4"
__version__ = "0.14.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.13.4"
version = "0.14.0"
description = "Python Project Poetry Template"
authors = ["mrjk"]
license = "GPLv3"
Expand Down

0 comments on commit 0d904d8

Please sign in to comment.