Skip to content

Commit

Permalink
bump: version v0.9.0-beta.11
Browse files Browse the repository at this point in the history
semantic-release new version: version 0.9.0-beta.11
  • Loading branch information
semantic-release authored and mrjk committed Nov 16, 2022
1 parent dea286a commit 70b30b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.9.0-beta.11 (2022-11-16)
### Fix
* Ci ([`dea286a`](https://github.com/mrjk/python-project-poetry-template/commit/dea286a65ec6eeca0cf9a373f09b2de8acc65162))

## v0.9.0-beta.10 (2022-11-16)
### Fix
* Ci ([`50015ae`](https://github.com/mrjk/python-project-poetry-template/commit/50015aebd641b1dc1d618cc7f94b90a70fd3ab15))
Expand Down
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.9.0-beta.10"
__version__ = "0.9.0-beta.11"
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.9.0-beta.10"
version = "0.9.0-beta.11"
description = "Python Project Poetry Template"
authors = ["mrjk"]
license = "GPLv3"
Expand Down

0 comments on commit 70b30b5

Please sign in to comment.