Skip to content

Commit

Permalink
build(version): Bump to version - 0.13.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 02677d5 commit b72d83d
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.13.0 (2021-11-13)
### Feature
* **proj:** Add pyup.io scanning and badge #165 ([#169](https://github.com/imAsparky/cookiecutter-py3-package/issues/169)) ([`02677d5`](https://github.com/imAsparky/cookiecutter-py3-package/commit/02677d54f4bc13ad166fb6ae60118b83d4a1e291))

## 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))
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.12.0"
__version__ = "0.13.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.12.0"
__version__ = "0.13.0"

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

0 comments on commit b72d83d

Please sign in to comment.