Skip to content

Commit

Permalink
build(version): Bump to version - 0.12.0.
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 13, 2021
1 parent a8f6bd7 commit 386894b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.12.0 (2021-11-13)
### Feature
* **pkge:** Add pre-commit badge to README #163 ([#164](https://github.com/imAsparky/cookiecutter-py3-package/issues/164)) ([`a8f6bd7`](https://github.com/imAsparky/cookiecutter-py3-package/commit/a8f6bd71fd33d0697e74b93717c5961c8f5bf0a4))

## v0.11.0 (2021-11-13)
### Feature
* **pckge:** Add Read the Docs option to README #161 ([#162](https://github.com/imAsparky/cookiecutter-py3-package/issues/162)) ([`f524d88`](https://github.com/imAsparky/cookiecutter-py3-package/commit/f524d887012eecea26f8dc00563c5047dd9e2a16))
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import sys

# Updated with python-semantic-release
__version__ = "0.11.0"
__version__ = "0.12.0"


sys.path.insert(0, os.path.abspath("."))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import find_packages, setup

__version__ = "0.11.0"
__version__ = "0.12.0"

setup(
name="cookiecutter-py3-package",
Expand Down

0 comments on commit 386894b

Please sign in to comment.